kernel_samsung_a53x/arch/mips/include/asm/sn/irq_alloc.h
2024-06-15 16:02:09 -03:00

11 lines
199 B
C
Executable file

/* 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 */