aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 59a98e2ee2c6..e2575f86133a 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -759,6 +759,10 @@ pci_power_t pci_target_state(struct pci_dev *dev);
759int pci_prepare_to_sleep(struct pci_dev *dev); 759int pci_prepare_to_sleep(struct pci_dev *dev);
760int pci_back_from_sleep(struct pci_dev *dev); 760int pci_back_from_sleep(struct pci_dev *dev);
761 761
762/* For use by arch with custom probe code */
763void set_pcie_port_type(struct pci_dev *pdev);
764void set_pcie_hotplug_bridge(struct pci_dev *pdev);
765
762/* Functions for PCI Hotplug drivers to use */ 766/* Functions for PCI Hotplug drivers to use */
763int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap); 767int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap);
764#ifdef CONFIG_HOTPLUG 768#ifdef CONFIG_HOTPLUG