aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/vgachip.h
blob: 02124b3df365fb7116f16e1ee3c6ed06366f4750 (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 */