commit | 088cf96a692a0369973aa19dcbf36134d9e6a529 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Apr 02 18:06:43 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Apr 19 04:14:20 2006 +0200 |
tree | 421b23e28a069b9a560261a3f1dbe56c2775fc6f | |
parent | ac2384a855c94e1d5467afe20bcb8ca23f0f3853 [diff] [blame] |
[MIPS] MV6434x: Add prototype of interrupt dispatch function. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index 9225b33..6bb2125 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h
@@ -53,4 +53,6 @@ unsigned long config_vreg; }; +extern void ll_mv64340_irq(struct pt_regs *regs); + #endif /* __ASM_MIPS_MARVELL_H */