aboutsummaryrefslogtreecommitdiffstats
path: root/vgasrc/vgabios.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 19:10:40 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commitfa9c66a6560a5009302aff22602ffa3e955726d9 (patch)
tree55215b572a47412f5eefb884517e6b71aaf9ee68 /vgasrc/vgabios.c
parent0ac5e9e0fc84032c99d9be6c4903afb2d616c97f (diff)
downloadseabios-fa9c66a6560a5009302aff22602ffa3e955726d9.tar.gz
Rename util.c to string.c and introduce string.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgabios.c')
-rw-r--r--vgasrc/vgabios.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c
index 506dd8d7..12cd782f 100644
--- a/vgasrc/vgabios.c
+++ b/vgasrc/vgabios.c
@@ -7,7 +7,7 @@
#include "bregs.h" // struct bregs
#include "biosvar.h" // GET_BDA
-#include "util.h" // memset
+#include "util.h" // dprintf
#include "vgabios.h" // calc_page_size
#include "optionroms.h" // struct pci_data
#include "config.h" // CONFIG_*
@@ -17,6 +17,7 @@
#include "vbe.h" // VBE_RETURN_STATUS_FAILED
#include "hw/pci.h" // pci_config_readw
#include "hw/pci_regs.h" // PCI_VENDOR_ID
+#include "string.h" // memset_far
// Standard Video Save Pointer Table
struct VideoSavePointer_s {