Skip to content

Commit

Permalink
genirq/msi: Provide DOMAIN_BUS_WIRED_TO_MSI
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thomas Gleixner committed Feb 15, 2024
1 parent 3095cc0 commit 2d566a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/irqdomain_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 2d566a4

Please sign in to comment.