[MIPS] MV6434x: Add prototype of interrupt dispatch function.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 2 Apr 2006 17:06:43 +0000 (18:06 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:20 +0000 (04:14 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/marvell.h

index 9225b33..6bb2125 100644 (file)
@@ -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 */