genirq/msi: Provide DOMAIN_BUS_WIRED_TO_MSI
authorThomas Gleixner <tglx@linutronix.de>
Sat, 27 Jan 2024 16:17:37 +0000 (21:47 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 16:55:40 +0000 (17:55 +0100)
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@linutronix.de>
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240127161753.114685-10-apatel@ventanamicro.com
include/linux/irqdomain_defs.h

index a7dea0c8c5e0cdf45f6d9c7006ed214525135845..5c1fe6f1fcde86e85c3ff2721d4a0096c0d8913e 100644 (file)
@@ -27,6 +27,7 @@ enum irq_domain_bus_token {
        DOMAIN_BUS_AMDVI,
        DOMAIN_BUS_PCI_DEVICE_IMS,
        DOMAIN_BUS_DEVICE_MSI,
+       DOMAIN_BUS_WIRED_TO_MSI,
 };
 
 #endif /* _LINUX_IRQDOMAIN_DEFS_H */