summaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-05 03:14:51 +0200
commitbe3274c49d0ca5e31daa855c4c109d830fdead67 (patch)
tree7f097287c7917b5bf662c5d2322a437a15f2a2da /include/debug.h
parentf622bf0d79a7460cb160207bcd75f257deb872ea (diff)
interrupts
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/debug.h b/include/debug.h
index 1c53148..ebe3a52 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -4,8 +4,5 @@
#include <stdint.h>
void bochs_breakpoint(void);
-void put_in_r8(uint64_t value);
-void put_in_r9(uint64_t value);
-void put_in_r10(uint64_t value);
#endif