aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/ptrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/ptrace.h b/include/asm-sparc64/ptrace.h
index 714b81956f32..823656559d1a 100644
--- a/include/asm-sparc64/ptrace.h
+++ b/include/asm-sparc64/ptrace.h
@@ -298,6 +298,7 @@ extern void __show_regs(struct pt_regs *);
298#define SF_XXARG 0x5c 298#define SF_XXARG 0x5c
299 299
300/* Stuff for the ptrace system call */ 300/* Stuff for the ptrace system call */
301#define PTRACE_SPARC_DETACH 11
301#define PTRACE_GETREGS 12 302#define PTRACE_GETREGS 12
302#define PTRACE_SETREGS 13 303#define PTRACE_SETREGS 13
303#define PTRACE_GETFPREGS 14 304#define PTRACE_GETFPREGS 14