summaryrefslogtreecommitdiff
path: root/include/kernel/panic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/panic.h')
-rw-r--r--include/kernel/panic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/kernel/panic.h b/include/kernel/panic.h
index e15d6ee..adfcd71 100644
--- a/include/kernel/panic.h
+++ b/include/kernel/panic.h
@@ -6,7 +6,5 @@
#include <stddef.h>
void panic(const char *str);
-void dump_reg(struct regs *regs);
-void dump_stack(struct regs *regs, size_t length);
#endif