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/clext.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/clext.c')
-rw-r--r-- | vgasrc/clext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vgasrc/clext.c b/vgasrc/clext.c index 45b5de39..da8b790d 100644 --- a/vgasrc/clext.c +++ b/vgasrc/clext.c @@ -7,7 +7,6 @@ #include "biosvar.h" // GET_GLOBAL #include "bregs.h" // struct bregs -#include "clext.h" // clext_setup #include "hw/pci.h" // pci_config_readl #include "hw/pci_regs.h" // PCI_BASE_ADDRESS_0 #include "output.h" // dprintf |