diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 16:09:23 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-10-01 16:09:23 +0000 |
commit | 848d336534edb7996047fb69811d3b5d922d40ef (patch) | |
tree | d516b44a36903763ea00463f978f2924c66e467f /src/pc80/vgachip.h | |
parent | ab1f21716184faa341ab13a57b69e81d611db6c9 (diff) | |
download | coreboot-848d336534edb7996047fb69811d3b5d922d40ef.tar.xz |
vga support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 */ |