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:
Anas Nashif 2021-05-17 12:41:47 -04:00
parent 9440a1c2b8
commit 12dd237fce
2 changed files with 1 additions and 1 deletions

View File

@ -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>