1
0

fb: Generalize framebuffer device initialization

This commit is contained in:
2012-10-07 23:25:11 -04:00
parent 0b7e14c69b
commit c64bfea238
7 changed files with 137 additions and 17 deletions

View File

@ -21,7 +21,7 @@
#ifndef CONSOLE_H
#define CONSOLE_H
void console_init(struct fb *f);
int console_init(struct fb *f);
int console_putc(char c);
#endif /* CONSOLE_H */