aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x6dai_g/reset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/supermicro/x6dai_g/reset.c')
-rw-r--r--src/mainboard/supermicro/x6dai_g/reset.c2
1 files changed, 2 insertions, 0 deletions
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