diff options
Diffstat (limited to 'src/optionroms.c')
-rw-r--r-- | src/optionroms.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/optionroms.c b/src/optionroms.c index ac92613b..ffa426dc 100644 --- a/src/optionroms.c +++ b/src/optionroms.c @@ -9,9 +9,9 @@ #include "farptr.h" // FLATPTR_TO_SEG #include "config.h" // CONFIG_* #include "util.h" // dprintf -#include "pci.h" // foreachpci -#include "pci_regs.h" // PCI_ROM_ADDRESS -#include "pci_ids.h" // PCI_CLASS_DISPLAY_VGA +#include "hw/pci.h" // foreachpci +#include "hw/pci_regs.h" // PCI_ROM_ADDRESS +#include "hw/pci_ids.h" // PCI_CLASS_DISPLAY_VGA #include "boot.h" // IPL #include "optionroms.h" // struct rom_header |