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
|
@ -5025,7 +5025,7 @@ __syscall int k_float_disable(struct k_thread *thread);
|
|||
}
|
||||
#endif
|
||||
|
||||
#include <tracing.h>
|
||||
#include <debug/tracing.h>
|
||||
#include <syscalls/kernel.h>
|
||||
|
||||
#endif /* !_ASMLANGUAGE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue