This, ladies and gentlement, is commit #4000.
[coreboot.git] / src / mainboard / via / epia-m / vgachip.h
1 #ifndef _PC80_VGABIOS
2 #define _PC80_VGABIOS
3
4 extern struct chip_control pc80_vgabios_control;
5
6 struct pc80_vgabios_config {
7         int nothing;
8 };
9
10 void vga_enable_console(void);
11 void do_vgabios(void);
12 void setup_realmode_idt(void);
13 void write_protect_vgabios(void);
14
15 #endif /* _PC80_VGABIOS */