• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_MACH_LASAT_IRQ_H
3 #define _ASM_MACH_LASAT_IRQ_H
4 
5 #define LASAT_CASCADE_IRQ	(MIPS_CPU_IRQ_BASE + 2)
6 
7 #define LASAT_IRQ_BASE		8
8 #define LASAT_IRQ_END		23
9 
10 #define NR_IRQS			24
11 
12 #include_next <irq.h>
13 
14 #endif /* _ASM_MACH_LASAT_IRQ_H */
15