1
0
Fork 0
aedrix-kernel/include/console.h

7 lines
94 B
C
Raw Normal View History

#ifndef CONSOLE_H
#define CONSOLE_H
void console_init(struct fb *f);
#endif /* CONSOLE_H */