From 848d336534edb7996047fb69811d3b5d922d40ef Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 1 Oct 2003 16:09:23 +0000 Subject: vga support git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1169 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/pc80/vgachip.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pc80/vgachip.h (limited to 'src/pc80/vgachip.h') 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 */ -- cgit v1.2.3