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
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
#include <kernel_internal.h>
|
||||
#include <kernel_structs.h>
|
||||
#include <tracing.h>
|
||||
#include <debug/tracing.h>
|
||||
#include <ksched.h>
|
||||
#include <irq_offload.h>
|
||||
#include "xuk.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue