Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1
[sfrench/cifs-2.6.git] / include / asm-x86 / ptrace.h
index 45c75238cd08ac91cd9abc3961df5a4b6fb23755..33a034be8b5c73dd813af27bbc5c07ddcc4db2a0 100644 (file)
@@ -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;