kernel: move thread stack macros to new header

kernel.h is enormous and this can be cleanly separated out.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2020-04-19 14:45:12 -07:00 committed by Anas Nashif
commit 18519bee45
3 changed files with 188 additions and 169 deletions

View file

@ -42,5 +42,6 @@
#include <spinlock.h>
#include <fatal.h>
#include <irq.h>
#include <sys/thread_stack.h>
#endif /* ZEPHYR_INCLUDE_KERNEL_INCLUDES_H_ */