aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/pci.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/pci.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/pci.c')
-rw-r--r--src/hw/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/pci.c b/src/hw/pci.c
index 295a26d7..f171d107 100644
--- a/src/hw/pci.c
+++ b/src/hw/pci.c
@@ -12,6 +12,7 @@
#include "farptr.h" // MAKE_FLATPTR
#include "pci_regs.h" // PCI_VENDOR_ID
#include "pci_ids.h" // PCI_CLASS_DISPLAY_VGA
+#include "romfile.h" // romfile_loadint
#include "stacks.h" // call32
#include "string.h" // memset
#include "x86.h" // readl