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/stdvgamodes.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/stdvgamodes.c')
-rw-r--r-- | vgasrc/stdvgamodes.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vgasrc/stdvgamodes.c b/vgasrc/stdvgamodes.c index f61d52fe..173dd4f7 100644 --- a/vgasrc/stdvgamodes.c +++ b/vgasrc/stdvgamodes.c @@ -10,7 +10,8 @@ #include "std/vga.h" // struct video_param_s #include "stdvga.h" // stdvga_find_mode #include "string.h" // memcpy_far -#include "vgabios.h" // video_param_table +#include "vgabios.h" // SET_VGA +#include "vgautil.h" // vgafont16 /**************************************************************** |