diff options
Diffstat (limited to 'src/fw/csm.c')
-rw-r--r-- | src/fw/csm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fw/csm.c b/src/fw/csm.c index b01f181f..03b4bb81 100644 --- a/src/fw/csm.c +++ b/src/fw/csm.c @@ -8,7 +8,8 @@ #include "config.h" // CONFIG_* #include "e820map.h" // e820_add #include "farptr.h" // MAKE_FLATPTR -#include "hw/pci.h" // pci_probe_devices +#include "hw/pci.h" // pci_to_bdf +#include "hw/pcidevice.h" // pci_probe_devices #include "hw/pic.h" // pic_irqmask_read #include "malloc.h" // malloc_csm_preinit #include "memmap.h" // SYMBOL |