From e472fbf564a8dee7ec4cb03b3e77a213a017bc76 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Mon, 27 May 2024 14:24:19 -0500 Subject: 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 --- include/kernel/panic.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/kernel') 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 void panic(const char *str); -void dump_reg(struct regs *regs); -void dump_stack(struct regs *regs, size_t length); #endif -- cgit v1.2.3