diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 45a035cccd93..df4d69b82144 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -840,6 +840,11 @@ enum pci_obff_signal_type { | |||
840 | int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type); | 840 | int pci_enable_obff(struct pci_dev *dev, enum pci_obff_signal_type); |
841 | void pci_disable_obff(struct pci_dev *dev); | 841 | void pci_disable_obff(struct pci_dev *dev); |
842 | 842 | ||
843 | bool pci_ltr_supported(struct pci_dev *dev); | ||
844 | int pci_enable_ltr(struct pci_dev *dev); | ||
845 | void pci_disable_ltr(struct pci_dev *dev); | ||
846 | int pci_set_ltr(struct pci_dev *dev, int snoop_lat_ns, int nosnoop_lat_ns); | ||
847 | |||
843 | /* For use by arch with custom probe code */ | 848 | /* For use by arch with custom probe code */ |
844 | void set_pcie_port_type(struct pci_dev *pdev); | 849 | void set_pcie_port_type(struct pci_dev *pdev); |
845 | void set_pcie_hotplug_bridge(struct pci_dev *pdev); | 850 | void set_pcie_hotplug_bridge(struct pci_dev *pdev); |