irq.h 146 B

123456789
  1. #ifndef _TRACE_IRQ_H
  2. #define _TRACE_IRQ_H
  3. #include <linux/interrupt.h>
  4. #include <linux/tracepoint.h>
  5. #include <trace/irq_event_types.h>
  6. #endif