diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2024-01-27 21:47:37 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-02-15 17:55:40 +0100 |
commit | 2d566a498d6483ba986dadc496f64a20b032608f (patch) | |
tree | 392232d0a3c43c8ddc85bb8215eda01ce8c2bde0 /include/linux/irqdomain_defs.h | |
parent | 3095cc0d5b2c246ddfcb18f54ed5557640224b6a (diff) |
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
Diffstat (limited to 'include/linux/irqdomain_defs.h')
-rw-r--r-- | include/linux/irqdomain_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdomain_defs.h b/include/linux/irqdomain_defs.h index a7dea0c8c5e0..5c1fe6f1fcde 100644 --- a/include/linux/irqdomain_defs.h +++ b/include/linux/irqdomain_defs.h @@ -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 */ |