summaryrefslogtreecommitdiff
path: root/stage3/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'stage3/debug.h')
-rw-r--r--stage3/debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/stage3/debug.h b/stage3/debug.h
new file mode 100644
index 0000000..97bce2b
--- /dev/null
+++ b/stage3/debug.h
@@ -0,0 +1,9 @@
+#ifndef DEBUG_H
+#define DEBUG_H
+
+#include "interrupts.h"
+
+void debug_init();
+void debug_exception(interrupt_frame *frame);
+
+#endif