diff options
| author | Thomas Gleixner <[email protected]> | 2022-11-25 00:26:02 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2022-12-05 22:22:32 +0100 |
| commit | bd141a3db40c877e01de8e981edb57c03199d876 (patch) | |
| tree | c071799d01bbb6f430ef80a5e70935f9899f0a8c /include/linux | |
| parent | 877d6c4e93f5091bfa52549bde8fb9ce71d6f7e5 (diff) | |
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 <[email protected]>
Reviewed-by: Kevin Tian <[email protected]>
Acked-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/irqdomain_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/irqdomain_defs.h b/include/linux/irqdomain_defs.h index 69035b4f740a..b3f4b7ef31f1 100644 --- a/include/linux/irqdomain_defs.h +++ b/include/linux/irqdomain_defs.h @@ -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 */ |