diff options
author | John Crispin <john@openwrt.org> | 2007-12-22 14:02:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-12-22 14:02:21 +0000 |
commit | 6db275d9cf00e9e4924650d5ed1a33ef9e4b81b6 (patch) | |
tree | bba152b616fb774bddcee5ce9df55f5a7a46305c /target/linux/ifxmips/files/include/asm-mips/mach-ifxmips | |
parent | b9d3d10354fd6c9ca90a757660a02ef8c1593146 (diff) | |
download | mtk-20170518-6db275d9cf00e9e4924650d5ed1a33ef9e4b81b6.zip mtk-20170518-6db275d9cf00e9e4924650d5ed1a33ef9e4b81b6.tar.gz mtk-20170518-6db275d9cf00e9e4924650d5ed1a33ef9e4b81b6.tar.bz2 |
more danube 2 ifxmips transitions
SVN-Revision: 9829
Diffstat (limited to 'target/linux/ifxmips/files/include/asm-mips/mach-ifxmips')
-rw-r--r-- | target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/irq.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/irq.h b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/irq.h new file mode 100644 index 0000000..e836cf0 --- /dev/null +++ b/target/linux/ifxmips/files/include/asm-mips/mach-ifxmips/irq.h @@ -0,0 +1,8 @@ +#ifndef __IFXMIPS_IRQ_H +#define __IFXMIPS_IRQ_H + +#define NR_IRQS 256 +#include_next <irq.h> + +#endif + |