diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-04 17:53:45 -0400 |
commit | 0397e8052824078edb2690622564c82bcc1a742f (patch) | |
tree | 6b028e66dc0f45b9f39ad30bea14a21a27f10f51 /vgasrc/cbvga.c | |
parent | 774f5cd627a1fd646e6b56d9acc18f34e485a430 (diff) | |
download | seabios-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.c | 1 |
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; |