summaryrefslogtreecommitdiff
path: root/kernel/include/debug.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 14:33:51 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 14:33:51 +0200
commitbd7d4366b6643b5c6cd04f40dd32f5d9c9575fd6 (patch)
tree92429e897be007d46c8f063a39a986df2124111a /kernel/include/debug.h
parentbe3274c49d0ca5e31daa855c4c109d830fdead67 (diff)
organised files; switched to recursive make
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