acpi: pci: Setup MSI domain for ACPI based pci devices
[deliverable/linux.git] / include / linux / pci.h
index 6ae25aae88fd1254f40227341ca20b73a2e08ce2..d86378c226fbe64585140e9362f8bf1ac6ff8a5c 100644 (file)
@@ -1946,6 +1946,16 @@ static inline struct irq_domain *
 pci_host_bridge_of_msi_domain(struct pci_bus *bus) { return NULL; }
 #endif  /* CONFIG_OF */
 
+#ifdef CONFIG_ACPI
+struct irq_domain *pci_host_bridge_acpi_msi_domain(struct pci_bus *bus);
+
+void
+pci_msi_register_fwnode_provider(struct fwnode_handle *(*fn)(struct device *));
+#else
+static inline struct irq_domain *
+pci_host_bridge_acpi_msi_domain(struct pci_bus *bus) { return NULL; }
+#endif
+
 #ifdef CONFIG_EEH
 static inline struct eeh_dev *pci_dev_to_eeh_dev(struct pci_dev *pdev)
 {
This page took 0.029024 seconds and 5 git commands to generate.