diff options
Diffstat (limited to 'src/pc80/vgachip.h')
-rw-r--r-- | src/pc80/vgachip.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pc80/vgachip.h b/src/pc80/vgachip.h new file mode 100644 index 0000000000..02124b3df3 --- /dev/null +++ b/src/pc80/vgachip.h @@ -0,0 +1,10 @@ +#ifndef _PC80_VGABIOS +#define _PC80_VGABIOS + +extern struct chip_control pc80_vgabios_control; + +struct pc80_vgabios_config { + int nothing; +}; + +#endif /* _PC80_VGABIOS */ |