cleanup: include/: move tracing.h to debug/tracing.h
move tracing.h to debug/tracing.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
f048792888
commit
10291a0789
18 changed files with 159 additions and 144 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <kernel_structs.h>
|
||||
#include <timeout_q.h>
|
||||
#include <tracing.h>
|
||||
#include <debug/tracing.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
BUILD_ASSERT(K_LOWEST_APPLICATION_THREAD_PRIO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue