summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-n64/irq.h
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2021-01-13 17:11:23 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2021-01-22 11:40:00 +0100
commitbaec970aa5ba11099ad7a91773350c91fb2113f0 (patch)
treea29768bc527cde6e1d1ee18aa6f030067cbc80d1 /arch/mips/include/asm/mach-n64/irq.h
parent65ce6197ed403b14f4efc70d509e07ac608a1ac5 (diff)
downloadlinux-baec970aa5ba11099ad7a91773350c91fb2113f0.tar.gz
linux-baec970aa5ba11099ad7a91773350c91fb2113f0.tar.bz2
linux-baec970aa5ba11099ad7a91773350c91fb2113f0.zip
mips: Add N64 machine type
Add support for the Nintendo 64. Signed-off-by: Lauri Kasanen <cand@gmx.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm/mach-n64/irq.h')
-rw-r--r--arch/mips/include/asm/mach-n64/irq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-n64/irq.h b/arch/mips/include/asm/mach-n64/irq.h
new file mode 100644
index 000000000000..7e260fcb2a51
--- /dev/null
+++ b/arch/mips/include/asm/mach-n64/irq.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __ASM_MACH_N64_IRQ_H
+#define __ASM_MACH_N64_IRQ_H
+
+#define NR_IRQS 8
+
+#include <asm/mach-generic/irq.h>
+
+#endif /* __ASM_MACH_N64_IRQ_H */