aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/vgachip.h
diff options
context:
space:
mode:
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 */