aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-12-07 21:58:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-12-07 21:58:49 +0000
commitf05305b95f94b143280a35f1d58c26ec78ed4e17 (patch)
treeea0a84d9d319ef5fe9a7d5dc42e0eb069f153c67 /target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h
parent9a9c9b2cd68cc7d02656c60551197a6a0fcff225 (diff)
downloadmaster-187ad058-f05305b95f94b143280a35f1d58c26ec78ed4e17.tar.gz
master-187ad058-f05305b95f94b143280a35f1d58c26ec78ed4e17.tar.bz2
master-187ad058-f05305b95f94b143280a35f1d58c26ec78ed4e17.zip
adm8668: rename files to files-3.3
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43550 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h')
-rw-r--r--target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h b/target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h
new file mode 100644
index 0000000000..ea859f03af
--- /dev/null
+++ b/target/linux/adm8668/files-3.3/arch/mips/include/asm/mach-adm8668/irq.h
@@ -0,0 +1,14 @@
+/*
+ * 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.
+ *
+ * Copyright (C) 2003 by Ralf Baechle
+ */
+#ifndef __ASM_MACH_ADM8668_IRQ_H
+#define __ASM_MACH_ADM8668_IRQ_H
+
+#define NR_IRQS 32
+#define MIPS_CPU_IRQ_BASE 16
+
+#endif /* __ASM_MACH_ADM8668_IRQ_H */