aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/include
diff options
context:
space:
mode:
authorEugene Konev <ejka@openwrt.org>2007-09-13 06:21:27 +0000
committerEugene Konev <ejka@openwrt.org>2007-09-13 06:21:27 +0000
commita60a102d0d6d52a625a5af9fc1c8656dde411e53 (patch)
tree84c0653b8187ec4f48ea9384747c2b10d94949aa /target/linux/ar7/files/include
parent22fb37c99bc45429209102d012e4cbc55287209a (diff)
downloadmaster-187ad058-a60a102d0d6d52a625a5af9fc1c8656dde411e53.tar.gz
master-187ad058-a60a102d0d6d52a625a5af9fc1c8656dde411e53.tar.bz2
master-187ad058-a60a102d0d6d52a625a5af9fc1c8656dde411e53.zip
128 irqs is not enough...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/files/include')
-rw-r--r--target/linux/ar7/files/include/asm-mips/ar7/irq.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar7/files/include/asm-mips/ar7/irq.h b/target/linux/ar7/files/include/asm-mips/ar7/irq.h
new file mode 100644
index 0000000000..39e9757e3d
--- /dev/null
+++ b/target/linux/ar7/files/include/asm-mips/ar7/irq.h
@@ -0,0 +1,16 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Shamelessly copied from asm-mips/mach-emma2rh/
+ * Copyright (C) 2003 by Ralf Baechle
+ */
+#ifndef __ASM_AR7_IRQ_H
+#define __ASM_AR7_IRQ_H
+
+#define NR_IRQS 256
+
+#include_next <irq.h>
+
+#endif /* __ASM_AR7_IRQ_H */