/
usr
/
src
/
linux-headers-5.4.0-1103-aws
/
arch
/
mips
/
include
/
asm
/
sn
/
Upload File
HOME
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SN_IRQ_ALLOC_H #define __ASM_SN_IRQ_ALLOC_H struct irq_alloc_info { void *ctrl; nasid_t nasid; int pin; }; #endif /* __ASM_SN_IRQ_ALLOC_H */