]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/ptrace32.c
MIPS: Move ptrace prototypes to ptrace.h
[linux-2.6-omap-h63xx.git] / arch / mips / kernel / ptrace32.c
index e45105e3ef0072f12c8fafc613918b40759b2a15..1ca34104e59342147713e3147b29a5ac9b0421df 100644 (file)
 #include <asm/uaccess.h>
 #include <asm/bootinfo.h>
 
-int ptrace_getregs(struct task_struct *child, __s64 __user *data);
-int ptrace_setregs(struct task_struct *child, __s64 __user *data);
-
-int ptrace_getfpregs(struct task_struct *child, __u32 __user *data);
-int ptrace_setfpregs(struct task_struct *child, __u32 __user *data);
-
 /*
  * Tracing a 32-bit process with a 64-bit strace and vice versa will not
  * work.  I don't know how to fix this.