]> Git Repo - linux.git/blobdiff - include/linux/pci-ats.h
dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports
[linux.git] / include / linux / pci-ats.h
index f75c307f346de900ecfc6b3693c1ef2ba115f122..df54cd5b15db09c1c02163d5f7d5493d184addb2 100644 (file)
@@ -28,6 +28,10 @@ int pci_enable_pri(struct pci_dev *pdev, u32 reqs);
 void pci_disable_pri(struct pci_dev *pdev);
 int pci_reset_pri(struct pci_dev *pdev);
 int pci_prg_resp_pasid_required(struct pci_dev *pdev);
+bool pci_pri_supported(struct pci_dev *pdev);
+#else
+static inline bool pci_pri_supported(struct pci_dev *pdev)
+{ return false; }
 #endif /* CONFIG_PCI_PRI */
 
 #ifdef CONFIG_PCI_PASID
This page took 0.039078 seconds and 4 git commands to generate.