diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:14:58 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:28:19 -0400 |
commit | 2f2ec113beac2b9b1614a25a0992b03bf599eac5 (patch) | |
tree | 76bea95e2c00159b2612c4f1fdaf34d25003f31c /vgasrc/vgabios.c | |
parent | 536129ac3a434409cf9881706c55d7efd67b231e (diff) | |
download | seabios-2f2ec113beac2b9b1614a25a0992b03bf599eac5.tar.gz |
vgautil: Add new header file with misc function and variable definitions
Move the generic function and variable definitions from vgabios.h to a
new file vgautil.h. This reduces the size and complexity of
vgabios.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.c')
-rw-r--r-- | vgasrc/vgabios.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c index b980da5d..db4f8684 100644 --- a/vgasrc/vgabios.c +++ b/vgasrc/vgabios.c @@ -17,6 +17,7 @@ #include "vgabios.h" // calc_page_size #include "vgafb.h" // vgafb_write_char #include "vgahw.h" // vgahw_set_mode +#include "vgautil.h" // swcursor_pre_handle10 /**************************************************************** |