aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/cbvga.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-08-04 17:53:45 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-08-04 17:53:45 -0400
commit0397e8052824078edb2690622564c82bcc1a742f (patch)
tree6b028e66dc0f45b9f39ad30bea14a21a27f10f51 /vgasrc/cbvga.c
parent774f5cd627a1fd646e6b56d9acc18f34e485a430 (diff)
downloadseabios-0397e8052824078edb2690622564c82bcc1a742f.tar.gz
vgafb: Move header definitions from vgabios.h to new file vgafb.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/cbvga.c')
-rw-r--r--vgasrc/cbvga.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/cbvga.c b/vgasrc/cbvga.c
index 1cfb9d37..b4d7d36b 100644
--- a/vgasrc/cbvga.c
+++ b/vgasrc/cbvga.c
@@ -11,6 +11,7 @@
#include "string.h" // memset16_far
#include "util.h" // find_cb_table
#include "vgabios.h" // VGAREG_*
+#include "vgafb.h" // handle_gfx_op
static int CBmode VAR16;
static struct vgamode_s CBmodeinfo VAR16;