diff options
author | dmitry pervushin <dpervushin@ru.mvista.com> | 2006-05-21 10:53:06 (GMT) |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-19 16:39:26 (GMT) |
commit | 355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68 (patch) | |
tree | 8a491d03e865b9e16686004dea765a141e048219 /include/asm-mips/mach-emma2rh | |
parent | 4a0312fca6599299bbed944ce09278d90388a3e5 (diff) | |
download | linux-fsl-qoriq-355c471f2ff324c21f8a1fb8e2e242a0f2a4aa68.tar.xz |
[MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board
Signed-off-by: dmitry pervushin <dpervushin@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mach-emma2rh')
-rw-r--r-- | include/asm-mips/mach-emma2rh/irq.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-mips/mach-emma2rh/irq.h b/include/asm-mips/mach-emma2rh/irq.h new file mode 100644 index 0000000..bce6424 --- /dev/null +++ b/include/asm-mips/mach-emma2rh/irq.h @@ -0,0 +1,13 @@ +/* + * 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_EMMA2RH_IRQ_H +#define __ASM_MACH_EMMA2RH_IRQ_H + +#define NR_IRQS 256 + +#endif /* __ASM_MACH_EMMA2RH_IRQ_H */ |