tracing: move headers under include/tracing
Move tracing.h to include/tracing/ to align with subsystem reorg. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
41abcc57c1
commit
73008b427c
24 changed files with 173 additions and 159 deletions
|
@ -239,7 +239,9 @@ static inline void arch_irq_direct_pm(void)
|
|||
#define ARCH_ISR_DIRECT_HEADER() arch_isr_direct_header()
|
||||
#define ARCH_ISR_DIRECT_FOOTER(swap) arch_isr_direct_footer(swap)
|
||||
|
||||
/* FIXME: debug/tracing.h cannot be included here due to circular dependency */
|
||||
/* FIXME:
|
||||
* tracing/tracing.h cannot be included here due to circular dependency
|
||||
*/
|
||||
#if defined(CONFIG_TRACING)
|
||||
extern void sys_trace_isr_enter(void);
|
||||
extern void sys_trace_isr_exit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue