summaryrefslogtreecommitdiff
path: root/kernel/include/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/debug.h')
-rw-r--r--kernel/include/debug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/include/debug.h b/kernel/include/debug.h
new file mode 100644
index 0000000..ebe3a52
--- /dev/null
+++ b/kernel/include/debug.h
@@ -0,0 +1,8 @@
+#ifndef DEBUG_H
+#define DEBUG_H
+
+#include <stdint.h>
+
+void bochs_breakpoint(void);
+
+#endif