Print statistics at power off.
[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_print_stats (void);
6
7 #endif /* lib/kernel/console.h */