aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/include/arch/pci_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/pci_ops.h')
-rw-r--r--src/arch/x86/include/arch/pci_ops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/include/arch/pci_ops.h b/src/arch/x86/include/arch/pci_ops.h
index b7ec0ba8d8..e1b148b02a 100644
--- a/src/arch/x86/include/arch/pci_ops.h
+++ b/src/arch/x86/include/arch/pci_ops.h
@@ -1,6 +1,8 @@
#ifndef ARCH_I386_PCI_OPS_H
#define ARCH_I386_PCI_OPS_H
+#ifndef __SIMPLE_DEVICE__
+
extern const struct pci_bus_operations pci_cf8_conf1;
#if CONFIG_MMCONF_SUPPORT
@@ -9,4 +11,6 @@ extern const struct pci_bus_operations pci_ops_mmconf;
const struct pci_bus_operations *pci_bus_default_ops(device_t dev);
+#endif
+
#endif /* ARCH_I386_PCI_OPS_H */