summaryrefslogtreecommitdiffstats
path: root/src/pc80
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80')
-rw-r--r--src/pc80/isa-dma.c1
-rw-r--r--src/pc80/vgachip.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/pc80/isa-dma.c b/src/pc80/isa-dma.c
index 45cfb88..b64f125 100644
--- a/src/pc80/isa-dma.c
+++ b/src/pc80/isa-dma.c
@@ -1,4 +1,5 @@
#include <arch/io.h>
+#include <pc80/isa-dma.h>
/* DMA controller registers */
#define DMA1_CMD_REG 0x08 /* command register (w) */
diff --git a/src/pc80/vgachip.h b/src/pc80/vgachip.h
index d43788c..cbbd974 100644
--- a/src/pc80/vgachip.h
+++ b/src/pc80/vgachip.h
@@ -1,7 +1,7 @@
#ifndef _PC80_VGABIOS
#define _PC80_VGABIOS
-extern struct chip_control pc80_vgabios_control;
+extern struct chip_operations pc80_vgabios_control;
struct pc80_vgabios_config {
int nothing;
OpenPOWER on IntegriCloud