Переглянути джерело

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 роки тому
батько
коміт
088cf96a69
1 змінених файлів з 2 додано та 0 видалено
  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 */