aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/vgachip.h
diff options
context:
space:
mode:
authorLi-Ta Lo <ollie@lanl.gov>2004-12-27 17:52:05 +0000
committerLi-Ta Lo <ollie@lanl.gov>2004-12-27 17:52:05 +0000
commitaf0cc3e1c4bfd624f4ca08d256c627b1838432a1 (patch)
treef53ac04a76bff01406c1d8fc78646b3dc6e4f3f5 /src/pc80/vgachip.h
parente8b1c9dbd15269f1418e8270cd8f93f2ef36af2d (diff)
start consolidate various borken vga support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1832 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/pc80/vgachip.h')
-rw-r--r--src/pc80/vgachip.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pc80/vgachip.h b/src/pc80/vgachip.h
deleted file mode 100644
index cbbd974174..0000000000
--- a/src/pc80/vgachip.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _PC80_VGABIOS
-#define _PC80_VGABIOS
-
-extern struct chip_operations pc80_vgabios_control;
-
-struct pc80_vgabios_config {
- int nothing;
-};
-
-#endif /* _PC80_VGABIOS */