10 lines
142 B
C
10 lines
142 B
C
#ifndef __VESA_FONTS_H
|
|
#define __VESA_FONTS_H
|
|
|
|
#define FONT_VGA_WIDTH 12
|
|
#define FONT_VGA_HEIGHT 18
|
|
|
|
int font_vga (int index, int y);
|
|
|
|
#endif
|