diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-04-02 18:06:43 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-04-19 04:14:20 +0200 |
commit | 088cf96a692a0369973aa19dcbf36134d9e6a529 (patch) | |
tree | 421b23e28a069b9a560261a3f1dbe56c2775fc6f /include/asm-mips | |
parent | ac2384a855c94e1d5467afe20bcb8ca23f0f3853 (diff) |
[MIPS] MV6434x: Add prototype of interrupt dispatch function.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/marvell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/marvell.h b/include/asm-mips/marvell.h index 9225b3397a4f..6bb2125bb053 100644 --- a/include/asm-mips/marvell.h +++ b/include/asm-mips/marvell.h @@ -53,4 +53,6 @@ struct mv_pci_controller { unsigned long config_vreg; }; +extern void ll_mv64340_irq(struct pt_regs *regs); + #endif /* __ASM_MIPS_MARVELL_H */ |