Make kprintf_internal so panic.h can use it.
This commit is contained in:
parent
b4d5f8f6eb
commit
663c2712fd
6 changed files with 75 additions and 63 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define PANIC_H
|
||||
|
||||
void interrupt_init();
|
||||
void kpanic(const char *);
|
||||
void kpanic(const char *, ...);
|
||||
void kpanic_force();
|
||||
void handle_interrupt(unsigned long code);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue