aboutsummaryrefslogtreecommitdiff
path: root/src/fw/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fw/mptable.c')
-rw-r--r--src/fw/mptable.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fw/mptable.c b/src/fw/mptable.c
index 8e01e00..47385cc 100644
--- a/src/fw/mptable.c
+++ b/src/fw/mptable.c
@@ -7,8 +7,9 @@
// This file may be distributed under the terms of the GNU LGPLv3 license.
#include "config.h" // CONFIG_*
-#include "hw/pci.h"
-#include "hw/pci_regs.h"
+#include "hw/pci.h" // pci_bdf_to_bus
+#include "hw/pcidevice.h" // foreachpci
+#include "hw/pci_regs.h" // PCI_INTERRUPT_PIN
#include "malloc.h" // free
#include "output.h" // dprintf
#include "romfile.h" // romfile_loadint