mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]
Provide new bus tokens for the upcoming per device PCI/MSI and PCI/MSIX interrupt domains. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Kevin Tian <kevin.tian@intel.com> Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20221124232325.917219885@linutronix.de
This commit is contained in:
@@ -21,6 +21,8 @@ enum irq_domain_bus_token {
|
||||
DOMAIN_BUS_TI_SCI_INTA_MSI,
|
||||
DOMAIN_BUS_WAKEUP,
|
||||
DOMAIN_BUS_VMD_MSI,
|
||||
DOMAIN_BUS_PCI_DEVICE_MSI,
|
||||
DOMAIN_BUS_PCI_DEVICE_MSIX,
|
||||
};
|
||||
|
||||
#endif /* _LINUX_IRQDOMAIN_DEFS_H */
|
||||
|
||||
Reference in New Issue
Block a user