PCI: generic: Expose pci_host_common_probe() for use by other drivers
[cascardo/linux.git] / drivers / pci / host / pci-host-common.h
index 8c3c149..09f3fa0 100644 (file)
@@ -41,4 +41,7 @@ struct gen_pci {
        struct list_head                        resources;
 };
 
+int pci_host_common_probe(struct platform_device *pdev,
+                         struct gen_pci *pci);
+
 #endif /* _PCI_HOST_COMMON_H */