diff options
-rw-r--r-- | src/mainboard/intel/jarrell/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dai_g/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhe_g2/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig/reset.c | 2 | ||||
-rw-r--r-- | src/mainboard/supermicro/x6dhr_ig2/reset.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/src/mainboard/intel/jarrell/reset.c b/src/mainboard/intel/jarrell/reset.c index 06d8886d8d..b09b70899d 100644 --- a/src/mainboard/intel/jarrell/reset.c +++ b/src/mainboard/intel/jarrell/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 diff --git a/src/mainboard/supermicro/x6dai_g/reset.c b/src/mainboard/supermicro/x6dai_g/reset.c index dd9b603279..f57d7a5098 100644 --- a/src/mainboard/supermicro/x6dai_g/reset.c +++ b/src/mainboard/supermicro/x6dai_g/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 diff --git a/src/mainboard/supermicro/x6dhe_g/reset.c b/src/mainboard/supermicro/x6dhe_g/reset.c index 06d8886d8d..b09b70899d 100644 --- a/src/mainboard/supermicro/x6dhe_g/reset.c +++ b/src/mainboard/supermicro/x6dhe_g/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 diff --git a/src/mainboard/supermicro/x6dhe_g2/reset.c b/src/mainboard/supermicro/x6dhe_g2/reset.c index 06d8886d8d..b09b70899d 100644 --- a/src/mainboard/supermicro/x6dhe_g2/reset.c +++ b/src/mainboard/supermicro/x6dhe_g2/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 diff --git a/src/mainboard/supermicro/x6dhr_ig/reset.c b/src/mainboard/supermicro/x6dhr_ig/reset.c index 06d8886d8d..b09b70899d 100644 --- a/src/mainboard/supermicro/x6dhr_ig/reset.c +++ b/src/mainboard/supermicro/x6dhr_ig/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 diff --git a/src/mainboard/supermicro/x6dhr_ig2/reset.c b/src/mainboard/supermicro/x6dhr_ig2/reset.c index 06d8886d8d..b09b70899d 100644 --- a/src/mainboard/supermicro/x6dhr_ig2/reset.c +++ b/src/mainboard/supermicro/x6dhr_ig2/reset.c @@ -3,6 +3,8 @@ #include <device/pci_ids.h> #ifndef __ROMCC__ #include <device/device.h> +#include <device/pci.h> +#include <device/pci_ops.h> #define PCI_ID(VENDOR_ID, DEVICE_ID) \ ((((DEVICE_ID) & 0xFFFF) << 16) | ((VENDOR_ID) & 0xFFFF)) #define PCI_DEV_INVALID 0 |