diff --git a/include/pci.h b/include/pci.h index af27656..f37b436 100644 --- a/include/pci.h +++ b/include/pci.h @@ -23,6 +23,8 @@ #include #include "util.h" /* for swpX() */ +#include "pci_ids.h" +#include "mod_devicetable.h" #define PCI_MEMORY_OFFSET 0x80000000 #define PCI_MEMORY_SIZE 0x40000000 /* 1 GByte PCI memory window */