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 @@
+#ifndef _TRACE_IRQ_H
+#define _TRACE_IRQ_H
+
+#include <linux/interrupt.h>
+#include <linux/tracepoint.h>
+
+#include <trace/irq_event_types.h>
+
+#endif