Browse Source

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 years ago
parent
commit
088cf96a69
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/asm-mips/marvell.h

+ 2 - 0
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 */