[patch V2 20/40] genirq/msi: Provide BUS DEVICE_MSI_WIRED

Thomas Gleixner tglx at linutronix.de
Mon Nov 21 06:39:53 PST 2022


Provide a domain bus token for the upcoming support for wire to MSI device
domains so the domain can be distinguished from regular device MSI domains.

Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
---
 include/linux/irqdomain_defs.h |    1 +
 1 file changed, 1 insertion(+)

--- a/include/linux/irqdomain_defs.h
+++ b/include/linux/irqdomain_defs.h
@@ -27,6 +27,7 @@ enum irq_domain_bus_token {
 	DOMAIN_BUS_AMDVI,
 	DOMAIN_BUS_PCI_DEVICE_IMS,
 	DOMAIN_BUS_DEVICE_IMS,
+	DOMAIN_BUS_WIRED_TO_MSI,
 };
 
 #endif /* _LINUX_IRQDOMAIN_DEFS_H */




More information about the linux-arm-kernel mailing list