summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-lantiq/falcon/irq.h
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-04-19 16:16:11 +0200
committerRalf Baechle <ralf@linux-mips.org>2012-05-21 14:31:55 +0100
commitd41ced01f21ddd2c3a01531bb9edf6c41064e9fc (patch)
tree8d8fd3415ea502eae8f9e166e179483b8869d70a /arch/mips/include/asm/mach-lantiq/falcon/irq.h
parentfa09eded0e3764ddb8a97440f5b5c5e65e413b6a (diff)
downloadlinux-d41ced01f21ddd2c3a01531bb9edf6c41064e9fc.tar.bz2
MIPS: lantiq: implement support for FALCON soc
Adds support for the FALCON SoC. This SoC is from the FTTH/GPON SoC family. Signed-off-by: Thomas Langer <thomas.langer@lantiq.com> Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3814/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-lantiq/falcon/irq.h')
-rw-r--r--arch/mips/include/asm/mach-lantiq/falcon/irq.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-lantiq/falcon/irq.h b/arch/mips/include/asm/mach-lantiq/falcon/irq.h
new file mode 100644
index 000000000000..2caccd9f9dbc
--- /dev/null
+++ b/arch/mips/include/asm/mach-lantiq/falcon/irq.h
@@ -0,0 +1,18 @@
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+ * by the Free Software Foundation.
+ *
+ * Copyright (C) 2011 Thomas Langer <thomas.langer@lantiq.com>
+ */
+
+#ifndef __FALCON_IRQ_H
+#define __FALCON_IRQ_H
+
+#include <falcon_irq.h>
+
+#define NR_IRQS 328
+
+#include_next <irq.h>
+
+#endif