diff options
author | Danny Holman <dholman@gymli.org> | 2024-05-27 14:24:19 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2024-05-27 14:24:19 -0500 |
commit | e472fbf564a8dee7ec4cb03b3e77a213a017bc76 (patch) | |
tree | 02cdbf5930774478ec32b64759dca7df4d8ee3cc /include/kernel | |
parent | d5e63951bdf8c154bafee11c84816539fde77b81 (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/kernel')
-rw-r--r-- | include/kernel/panic.h | 2 |
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 |