summaryrefslogtreecommitdiff
path: root/kernel/include/debug.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 16:39:28 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 16:43:26 +0200
commit71396c5cd460890c52e348687e6e7c864e2dfeed (patch)
tree72e7dd114cea46c5209dba2e0c2ed9ffeb7f55b5 /kernel/include/debug.h
parent50aaae893611af890a6855158ad0a3e32c7b2c43 (diff)
types.h; libk and heap begining
Diffstat (limited to 'kernel/include/debug.h')
-rw-r--r--kernel/include/debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/include/debug.h b/kernel/include/debug.h
index ebe3a52..74648b9 100644
--- a/kernel/include/debug.h
+++ b/kernel/include/debug.h
@@ -1,8 +1,6 @@
#ifndef DEBUG_H
#define DEBUG_H
-#include <stdint.h>
-
void bochs_breakpoint(void);
#endif