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/vgahw.h | |
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/vgahw.h')
-rw-r--r-- | vgasrc/vgahw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vgasrc/vgahw.h b/vgasrc/vgahw.h index 3d9ae394..dab2b4dd 100644 --- a/vgasrc/vgahw.h +++ b/vgasrc/vgahw.h @@ -4,8 +4,6 @@ #include "types.h" // u8 #include "config.h" // CONFIG_* -#include "cbvga.h" // cbvga_setup -#include "clext.h" // clext_set_mode #include "bochsvga.h" // bochsvga_set_mode #include "stdvga.h" // stdvga_set_mode #include "geodevga.h" // geodevga_setup |