8 lines
184 B
C
Executable file
8 lines
184 B
C
Executable file
#ifndef __LIB_KERNEL_CONSOLE_H
|
|
#define __LIB_KERNEL_CONSOLE_H
|
|
|
|
void console_init (void);
|
|
void console_panic (void);
|
|
void console_print_stats (void);
|
|
|
|
#endif /* lib/kernel/console.h */
|