X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=include%2Fasm-x86%2Fptrace.h;h=33a034be8b5c73dd813af27bbc5c07ddcc4db2a0;hb=81faaae45701484bd7368336e02f2a846153b22f;hp=5e0c48d24b1a61642806de0b5eaaf37a9e50aacd;hpb=3c9339049df5cc3a468c11de6c4101a1ea8c3d83;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/include/asm-x86/ptrace.h b/include/asm-x86/ptrace.h index 5e0c48d24b1a..33a034be8b5c 100644 --- a/include/asm-x86/ptrace.h +++ b/include/asm-x86/ptrace.h @@ -1,5 +1,5 @@ -#ifndef _ASM_X86_PTRACE_H -#define _ASM_X86_PTRACE_H +#ifndef ASM_X86__PTRACE_H +#define ASM_X86__PTRACE_H #include /* For __user */ #include @@ -182,6 +182,9 @@ extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, void signal_fault(struct pt_regs *regs, void __user *frame, char *where); #endif +extern long syscall_trace_enter(struct pt_regs *); +extern void syscall_trace_leave(struct pt_regs *); + static inline unsigned long regs_return_value(struct pt_regs *regs) { return regs->ax; @@ -273,4 +276,4 @@ extern int do_set_thread_area(struct task_struct *p, int idx, #endif /* !__ASSEMBLY__ */ -#endif +#endif /* ASM_X86__PTRACE_H */