X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Fptrace.h;h=19cadb6579fdf2f9e0b0163827bfc57725025efe;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=36df5fc7b37b711980d55b6a0e8f229ad80050d1;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/include/asm-mips/ptrace.h b/include/asm-mips/ptrace.h index 36df5fc7b..19cadb657 100644 --- a/include/asm-mips/ptrace.h +++ b/include/asm-mips/ptrace.h @@ -69,6 +69,8 @@ struct pt_regs { extern void show_regs(struct pt_regs *); +extern asmlinkage void do_syscall_trace(struct pt_regs *regs, int entryexit); + #endif #endif /* _ASM_PTRACE_H */