]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/mips/include/asm/mach-lasat/irq.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / mips / include / asm / mach-lasat / irq.h
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 */