6e5b41bd79473f035d57a885ee6234a0b9c3d728
[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
6 #endif /* lib/kernel/console.h */