diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-11 11:18:57 -0400 |
commit | d302d05cf4d25f4fbbec0f9338fac13ee0c0ad89 (patch) | |
tree | dc6b20baecd16e0102bcc95d58dd9bb22ed15462 /arch/mips/include/asm | |
parent | 0926bf953ee79b8f139741b442e5a18520f81705 (diff) |
MIPS: Move ptrace prototypes to ptrace.h
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/ptrace.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index cd5e8a47812b..9c22571b160d 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/include/asm/ptrace.h | |||
@@ -120,6 +120,12 @@ struct pt_watch_regs { | |||
120 | 120 | ||
121 | struct task_struct; | 121 | struct task_struct; |
122 | 122 | ||
123 | extern int ptrace_getregs(struct task_struct *child, __s64 __user *data); | ||
124 | extern int ptrace_setregs(struct task_struct *child, __s64 __user *data); | ||
125 | |||
126 | extern int ptrace_getfpregs(struct task_struct *child, __u32 __user *data); | ||
127 | extern int ptrace_setfpregs(struct task_struct *child, __u32 __user *data); | ||
128 | |||
123 | extern int ptrace_get_watch_regs(struct task_struct *child, | 129 | extern int ptrace_get_watch_regs(struct task_struct *child, |
124 | struct pt_watch_regs __user *addr); | 130 | struct pt_watch_regs __user *addr); |
125 | extern int ptrace_set_watch_regs(struct task_struct *child, | 131 | extern int ptrace_set_watch_regs(struct task_struct *child, |