diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/bits/ptrace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sh/bits/ptrace.h b/arch/sh/bits/ptrace.h new file mode 100644 index 00000000..4435ca1f --- /dev/null +++ b/arch/sh/bits/ptrace.h @@ -0,0 +1,5 @@ +#define PTRACE_GETFDPIC 31 +#define PTRACE_GETFDPIC_EXEC 0 +#define PTRACE_GETFDPIC_INTERP 1 +#define PTRACE_GETDSPREGS 55 +#define PTRACE_SETDSPREGS 56 |