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
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue