summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-05-27 14:24:19 -0500
committerDanny Holman <dholman@gymli.org>2024-05-27 14:24:19 -0500
commite472fbf564a8dee7ec4cb03b3e77a213a017bc76 (patch)
tree02cdbf5930774478ec32b64759dca7df4d8ee3cc /include
parentd5e63951bdf8c154bafee11c84816539fde77b81 (diff)
arch: i386: update all files to use the new libk
Update all the files under arch to make use of the new libk implementation. Most of these changes are simply path changes in include directives. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to 'include')
-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