Skip to content

Commit 2d566a4

Browse files
committed
genirq/msi: Provide DOMAIN_BUS_WIRED_TO_MSI
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
1 parent 3095cc0 commit 2d566a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/irqdomain_defs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ enum irq_domain_bus_token {
2727
DOMAIN_BUS_AMDVI,
2828
DOMAIN_BUS_PCI_DEVICE_IMS,
2929
DOMAIN_BUS_DEVICE_MSI,
30+
DOMAIN_BUS_WIRED_TO_MSI,
3031
};
3132

3233
#endif /* _LINUX_IRQDOMAIN_DEFS_H */

0 commit comments

Comments
 (0)