diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:53:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-08-05 11:53:32 -0400 |
commit | 65bc0a7bc9996b3ca7a65c8e5f1a45abdd4823a4 (patch) | |
tree | 5feebc967ddfee02859b2009591012a95f1298d4 /vgasrc/cbvga.c | |
parent | c682ffe671a0044fa218c1352c19894922e53890 (diff) | |
download | seabios-65bc0a7bc9996b3ca7a65c8e5f1a45abdd4823a4.tar.gz |
vgautil: Move definitions from cbvga.h and clext.h to vgautil.h
These files only need to export simple function definitions - move
them to vgautil.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, 0 insertions, 1 deletions
diff --git a/vgasrc/cbvga.c b/vgasrc/cbvga.c index 9d0adef5..b8216a9e 100644 --- a/vgasrc/cbvga.c +++ b/vgasrc/cbvga.c @@ -5,7 +5,6 @@ // This file may be distributed under the terms of the GNU LGPLv3 license. #include "biosvar.h" // GET_BDA -#include "cbvga.h" // cbvga_setup #include "output.h" // dprintf #include "stdvga.h" // SEG_CTEXT #include "string.h" // memset16_far |