diff options
Diffstat (limited to 'arch/powerpc/include/asm/ptrace.h')
-rw-r--r-- | arch/powerpc/include/asm/ptrace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ptrace.h b/arch/powerpc/include/asm/ptrace.h index 5f995681bc1d..becc08e6a65c 100644 --- a/arch/powerpc/include/asm/ptrace.h +++ b/arch/powerpc/include/asm/ptrace.h | |||
@@ -92,7 +92,8 @@ static inline long regs_return_value(struct pt_regs *regs) | |||
92 | } while(0) | 92 | } while(0) |
93 | 93 | ||
94 | struct task_struct; | 94 | struct task_struct; |
95 | extern unsigned long ptrace_get_reg(struct task_struct *task, int regno); | 95 | extern int ptrace_get_reg(struct task_struct *task, int regno, |
96 | unsigned long *data); | ||
96 | extern int ptrace_put_reg(struct task_struct *task, int regno, | 97 | extern int ptrace_put_reg(struct task_struct *task, int regno, |
97 | unsigned long data); | 98 | unsigned long data); |
98 | 99 | ||