fix font handling

This commit is contained in:
Markus Fröschle
2016-11-19 06:55:20 +00:00
parent 656065553f
commit 482fa864e9
5 changed files with 31 additions and 4 deletions

View File

@@ -95,6 +95,6 @@ struct font_head {
void font_init(void); /* initialize BIOS font ring */
void font_set_default(void); /* choose the default font */
extern const struct font_head *fnt_st_8x16;
extern struct font_head *fnt;
#endif /* FONT_H */