83b11ea1c6ad
173e46b1ea03
1 2 3 4 5
6
7 8 9 10 11 12 13 14
#ifndef _LITMUS_TRACE_IRQ_H_ #define _LITMUS_TRACE_IRQ_H_ #ifdef CONFIG_SCHED_OVERHEAD_TRACE void ft_irq_fired(void); #else #define ft_irq_fired() /* nothing to do */ #endif #endif