summaryrefslogtreecommitdiff
path: root/kernel/exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exceptions.h')
-rw-r--r--kernel/exceptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/exceptions.h b/kernel/exceptions.h
new file mode 100644
index 0000000..cfc5141
--- /dev/null
+++ b/kernel/exceptions.h
@@ -0,0 +1,2 @@
+#include <stdint.h>
+void exception_handler(uint32_t esp, uint32_t irq);