diff options
Diffstat (limited to 'include/linux/pci-ecam.h')
-rw-r--r-- | include/linux/pci-ecam.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/pci-ecam.h b/include/linux/pci-ecam.h index 7adad206b1f4..f0d2b9451270 100644 --- a/include/linux/pci-ecam.h +++ b/include/linux/pci-ecam.h | |||
@@ -59,6 +59,15 @@ void __iomem *pci_ecam_map_bus(struct pci_bus *bus, unsigned int devfn, | |||
59 | /* default ECAM ops */ | 59 | /* default ECAM ops */ |
60 | extern struct pci_ecam_ops pci_generic_ecam_ops; | 60 | extern struct pci_ecam_ops pci_generic_ecam_ops; |
61 | 61 | ||
62 | #if defined(CONFIG_ACPI) && defined(CONFIG_PCI_QUIRKS) | ||
63 | extern struct pci_ecam_ops pci_32b_ops; /* 32-bit accesses only */ | ||
64 | extern struct pci_ecam_ops hisi_pcie_ops; /* HiSilicon */ | ||
65 | extern struct pci_ecam_ops thunder_pem_ecam_ops; /* Cavium ThunderX 1.x & 2.x */ | ||
66 | extern struct pci_ecam_ops pci_thunder_ecam_ops; /* Cavium ThunderX 1.x */ | ||
67 | extern struct pci_ecam_ops xgene_v1_pcie_ecam_ops; /* APM X-Gene PCIe v1 */ | ||
68 | extern struct pci_ecam_ops xgene_v2_pcie_ecam_ops; /* APM X-Gene PCIe v2.x */ | ||
69 | #endif | ||
70 | |||
62 | #ifdef CONFIG_PCI_HOST_GENERIC | 71 | #ifdef CONFIG_PCI_HOST_GENERIC |
63 | /* for DT-based PCI controllers that support ECAM */ | 72 | /* for DT-based PCI controllers that support ECAM */ |
64 | int pci_host_common_probe(struct platform_device *pdev, | 73 | int pci_host_common_probe(struct platform_device *pdev, |