summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/pci-host-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/controller/pci-host-common.h')
-rw-r--r--drivers/pci/controller/pci-host-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-host-common.h b/drivers/pci/controller/pci-host-common.h
index 65bd9e032353..51c35ec0cf37 100644
--- a/drivers/pci/controller/pci-host-common.h
+++ b/drivers/pci/controller/pci-host-common.h
@@ -17,4 +17,6 @@ int pci_host_common_init(struct platform_device *pdev,
const struct pci_ecam_ops *ops);
void pci_host_common_remove(struct platform_device *pdev);
+struct pci_config_window *pci_host_common_ecam_create(struct device *dev,
+ struct pci_host_bridge *bridge, const struct pci_ecam_ops *ops);
#endif