diff options
Diffstat (limited to 'kern/printk.h')
-rw-r--r-- | kern/printk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/printk.h b/kern/printk.h index c86384bd..02173b33 100644 --- a/kern/printk.h +++ b/kern/printk.h @@ -33,5 +33,6 @@ int printk(const char *format, ...) __format_printf(1, 2); int vprintk(const char *format, va_list ap) __format_printf(1, 0); +void printk_setup(void); #endif /* _KERN_PRINTK_H */ |