diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-09-14 19:10:40 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-09-18 20:48:34 -0400 |
commit | fa9c66a6560a5009302aff22602ffa3e955726d9 (patch) | |
tree | 55215b572a47412f5eefb884517e6b71aaf9ee68 /vgasrc/geodevga.c | |
parent | 0ac5e9e0fc84032c99d9be6c4903afb2d616c97f (diff) | |
download | seabios-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/geodevga.c')
-rw-r--r-- | vgasrc/geodevga.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/geodevga.c b/vgasrc/geodevga.c index cdc9e44a..4a63068e 100644 --- a/vgasrc/geodevga.c +++ b/vgasrc/geodevga.c @@ -10,7 +10,7 @@ #include "farptr.h" // SET_FARVAR #include "biosvar.h" // GET_BDA #include "vgabios.h" // VGAREG_* -#include "util.h" // memset +#include "util.h" // dprintf #include "stdvga.h" // stdvga_crtc_write #include "hw/pci.h" // pci_config_readl #include "hw/pci_regs.h" // PCI_BASE_ADDRESS_0 |