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/vgafonts.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/vgafonts.c')
-rw-r--r-- | vgasrc/vgafonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/vgafonts.c b/vgasrc/vgafonts.c index 47a6437f..e64ef6c9 100644 --- a/vgasrc/vgafonts.c +++ b/vgasrc/vgafonts.c @@ -1,4 +1,4 @@ -#include "vgabios.h" // vgafont8 +#include "vgautil.h" // vgafont8 /* * These fonts come from ftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip |