aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/irq.h')
-rw-r--r--src/cpu/irq.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cpu/irq.h b/src/cpu/irq.h
new file mode 100644
index 0000000..f0a2656
--- /dev/null
+++ b/src/cpu/irq.h
@@ -0,0 +1,6 @@
+#ifndef IRQ_H
+#define IRQ_H
+
+void c_irq_handler(void);
+
+#endif