xref: /openbmc/linux/arch/mips/include/asm/mach-loongson64/irq.h (revision a01822e94ee53e8ebc9632fe2764048b81921254)
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