- O2, enums, and switch statements work in romcc
[coreboot.git] / src / pc80 / 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 #endif /* _PC80_VGABIOS */