aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/floppy.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-09-14 19:37:36 -0400
committerKevin O'Connor <kevin@koconnor.net>2013-09-18 20:48:34 -0400
commit41639f80b6405563bf36844f3aeab1b6fe912ec6 (patch)
tree5c7f77f2132aadcf85b2fb16cbff5c63dcbc3d84 /src/hw/floppy.c
parent3df600bbdf4672a0a856e33a24d8c8a63215ca96 (diff)
downloadseabios-41639f80b6405563bf36844f3aeab1b6fe912ec6.tar.gz
Move romfile definitions from util.h to new file romfile.h.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/hw/floppy.c')
-rw-r--r--src/hw/floppy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/floppy.c b/src/hw/floppy.c
index c051f544..c8ae756c 100644
--- a/src/hw/floppy.c
+++ b/src/hw/floppy.c
@@ -16,6 +16,7 @@
#include "boot.h" // boot_add_floppy
#include "pci.h" // pci_to_bdf
#include "pci_ids.h" // PCI_CLASS_BRIDGE_ISA
+#include "romfile.h" // romfile_loadint
#include "stacks.h" // yield
#include "string.h" // memset