aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/irq.h')
-rw-r--r--include/trace/irq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/trace/irq.h b/include/trace/irq.h
new file mode 100644
index 000000000000..ff5d4495dc37
--- /dev/null
+++ b/include/trace/irq.h
@@ -0,0 +1,9 @@
1#ifndef _TRACE_IRQ_H
2#define _TRACE_IRQ_H
3
4#include <linux/interrupt.h>
5#include <linux/tracepoint.h>
6
7#include <trace/irq_event_types.h>
8
9#endif