xref: /openbmc/linux/arch/mips/include/asm/mach-loongson64/irq.h (revision 3381df0954199458fa3993db72fb427f0ed1e43b)
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 MIPS_CPU_IRQ_BASE 56
9 
10 #include <asm/mach-generic/irq.h>
11 
12 #endif /* __ASM_MACH_LOONGSON64_IRQ_H_ */
13