aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/vgachip.h
blob: d43788cd667d5d6bbfc507cd75847433d73dea51 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _PC80_VGABIOS
#define _PC80_VGABIOS

extern struct chip_control pc80_vgabios_control;

struct pc80_vgabios_config {
	int nothing;
};

#endif /* _PC80_VGABIOS */