1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASM_MACH_LOONGSON64_IRQ_H_
3 #define __ASM_MACH_LOONGSON64_IRQ_H_
4 
5 #include <boot_param.h>
6 
7 /* cpu core interrupt numbers */
8 #define NR_IRQS_LEGACY		16
9 #define NR_MIPS_CPU_IRQS	8
10 #define NR_IRQS			(NR_IRQS_LEGACY + NR_MIPS_CPU_IRQS + 256)
11 
12 #define MIPS_CPU_IRQ_BASE 	NR_IRQS_LEGACY
13 
14 #include <asm/mach-generic/irq.h>
15 
16 #endif /* __ASM_MACH_LOONGSON64_IRQ_H_ */
17