xref: /openbmc/linux/arch/mips/include/asm/sn/irq_alloc.h (revision e6308b6d)
1e6308b6dSThomas Bogendoerfer /* SPDX-License-Identifier: GPL-2.0 */
2e6308b6dSThomas Bogendoerfer #ifndef __ASM_SN_IRQ_ALLOC_H
3e6308b6dSThomas Bogendoerfer #define __ASM_SN_IRQ_ALLOC_H
4e6308b6dSThomas Bogendoerfer 
5e6308b6dSThomas Bogendoerfer struct irq_alloc_info {
6e6308b6dSThomas Bogendoerfer 	void *ctrl;
7e6308b6dSThomas Bogendoerfer 	nasid_t nasid;
8e6308b6dSThomas Bogendoerfer 	int pin;
9e6308b6dSThomas Bogendoerfer };
10e6308b6dSThomas Bogendoerfer 
11e6308b6dSThomas Bogendoerfer #endif /* __ASM_SN_IRQ_ALLOC_H */
12