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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/pci/controller/pci-host-common.h b/drivers/pci/controller/pci-host-common.h
index d8be024ca68d..65bd9e032353 100644
--- a/drivers/pci/controller/pci-host-common.h
+++ b/drivers/pci/controller/pci-host-common.h
@@ -10,7 +10,11 @@
#ifndef _PCI_HOST_COMMON_H
#define _PCI_HOST_COMMON_H
+struct pci_ecam_ops;
+
int pci_host_common_probe(struct platform_device *pdev);
+int pci_host_common_init(struct platform_device *pdev,
+ const struct pci_ecam_ops *ops);
void pci_host_common_remove(struct platform_device *pdev);
#endif