Fixed typo in docs Section 3.1.4.1 (0x08084000 => 0x08048000)
[pintos-anon] / src / lib / kernel / console.h
1 #ifndef __LIB_KERNEL_CONSOLE_H
2 #define __LIB_KERNEL_CONSOLE_H
3
4 void console_init (void);
5 void console_panic (void);
6 void console_print_stats (void);
7
8 #endif /* lib/kernel/console.h */