1 #ifndef _UAPI_ASM_X86_PTRACE_H
2 #define _UAPI_ASM_X86_PTRACE_H
4 #include <linux/compiler.h> /* For __user */
5 #include <asm/ptrace-abi.h>
6 #include <asm/processor-flags.h>
12 /* this struct defines the way the registers are stored on the
13 stack during a system call. */
37 #endif /* __KERNEL__ */
50 /* arguments: non interrupts/non tracing syscalls only save up to here*/
60 unsigned long orig_rax
;
61 /* end of arguments */
62 /* cpu exception frame or undefined */
68 /* top of stack page */
71 #endif /* __KERNEL__ */
72 #endif /* !__i386__ */
76 #endif /* !__ASSEMBLY__ */
78 #endif /* _UAPI_ASM_X86_PTRACE_H */