kernel: move thread_stack.h to include/kernel
Move this internal header file into kernel/ alongside other thread related headers. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
9440a1c2b8
commit
12dd237fce
|
@ -36,7 +36,7 @@
|
|||
#include <spinlock.h>
|
||||
#include <fatal.h>
|
||||
#include <irq.h>
|
||||
#include <sys/thread_stack.h>
|
||||
#include <kernel/thread_stack.h>
|
||||
#include <app_memory/mem_domain.h>
|
||||
#include <sys/kobject.h>
|
||||
#include <kernel/thread.h>
|
||||
|
|
Loading…
Reference in New Issue