coreboot-kgpe-d16/src/pc80/vgachip.h

11 lines
169 B
C

#ifndef _PC80_VGABIOS
#define _PC80_VGABIOS
extern struct chip_control pc80_vgabios_control;
struct pc80_vgabios_config {
int nothing;
};
#endif /* _PC80_VGABIOS */