[MIPS] MV6434x: Add prototype of interrupt dispatch function.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-04-02 18:06:43 +01:00
parent ac2384a855
commit 088cf96a69
1 changed files with 2 additions and 0 deletions

View 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 */