X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-avr32%2Fkprobes.h;h=190a6377c80969f7b5ef5313457b42fec539a99d;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=09a5cbe2f8969f75892084764d62ee2398b1b119;hpb=ebdea46fecae40c4d7effcd33f40918a37a1df4b;p=linux-2.6 diff --git a/include/asm-avr32/kprobes.h b/include/asm-avr32/kprobes.h index 09a5cbe2f8..190a6377c8 100644 --- a/include/asm-avr32/kprobes.h +++ b/include/asm-avr32/kprobes.h @@ -26,6 +26,7 @@ struct arch_specific_insn { kprobe_opcode_t insn[MAX_INSN_SIZE]; }; +extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr); extern int kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *data);