diff options
Diffstat (limited to 'include/asm-powerpc/ptrace.h')
-rw-r--r-- | include/asm-powerpc/ptrace.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-powerpc/ptrace.h b/include/asm-powerpc/ptrace.h index 53d24584e968..13fccc5a4119 100644 --- a/include/asm-powerpc/ptrace.h +++ b/include/asm-powerpc/ptrace.h | |||
@@ -92,6 +92,11 @@ extern unsigned long profile_pc(struct pt_regs *regs); | |||
92 | set_thread_flag(TIF_NOERROR); \ | 92 | set_thread_flag(TIF_NOERROR); \ |
93 | } while(0) | 93 | } while(0) |
94 | 94 | ||
95 | struct task_struct; | ||
96 | extern unsigned long ptrace_get_reg(struct task_struct *task, int regno); | ||
97 | extern int ptrace_put_reg(struct task_struct *task, int regno, | ||
98 | unsigned long data); | ||
99 | |||
95 | /* | 100 | /* |
96 | * We use the least-significant bit of the trap field to indicate | 101 | * We use the least-significant bit of the trap field to indicate |
97 | * whether we have saved the full set of registers, or only a | 102 | * whether we have saved the full set of registers, or only a |