1 #ifndef _UAPI_H8300_PTRACE_H
2 #define _UAPI_H8300_PTRACE_H
19 /* this struct defines the way the registers are stored on the
20 stack during a system call. */
34 #if defined(CONFIG_CPU_H8S)
38 } __attribute__((aligned(2),packed
));
40 #define PTRACE_GETREGS 12
41 #define PTRACE_SETREGS 13
43 #endif /* __ASSEMBLY__ */
44 #endif /* _UAPI_H8300_PTRACE_H */