7 lines
94 B
C
7 lines
94 B
C
|
#ifndef CONSOLE_H
|
||
|
#define CONSOLE_H
|
||
|
|
||
|
void console_init(struct fb *f);
|
||
|
|
||
|
#endif /* CONSOLE_H */
|