X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Ftraps.h;h=e5dbde625ec205fbc1eebe46f5e60ca5ff07376a;hb=411ba7fcba54b30ba4ce2c492ea8d20f1d0db996;hp=d02e019b01272afd26e89ec09b0aba02580d64e8;hpb=855808392adf499a29e6bdb418f9474726ecbace;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-mips/traps.h b/include/asm-mips/traps.h index d02e019b012..e5dbde625ec 100644 --- a/include/asm-mips/traps.h +++ b/include/asm-mips/traps.h @@ -23,5 +23,7 @@ extern int (*board_be_handler)(struct pt_regs *regs, int is_fixup); extern void (*board_nmi_handler_setup)(void); extern void (*board_ejtag_handler_setup)(void); +extern void (*board_bind_eic_interrupt)(int irq, int regset); +extern void (*board_watchpoint_handler)(struct pt_regs *regs); #endif /* _ASM_TRAPS_H */