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

extern struct chip_operations pc80_vgabios_control;

struct pc80_vgabios_config {
	int nothing;
};

#endif /* _PC80_VGABIOS */