cleanup: include/: move misc/stack.h to debug/stack.h
move misc/stack.h to debug/stack.h and create a shim for backward-compatibility. No functional changes to the headers. A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES. Related to #16539 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fa1c60014b
commit
efb8df5366
21 changed files with 116 additions and 101 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <init.h>
|
||||
#include <debug/object_tracing.h>
|
||||
#include <misc/reboot.h>
|
||||
#include <misc/stack.h>
|
||||
#include <debug/stack.h>
|
||||
#include <string.h>
|
||||
#include <device.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue