]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/mn10300/include/asm/ptrace.h
ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h
[linux-beck.git] / arch / mn10300 / include / asm / ptrace.h
index 1b0ba5e182b0c5624f18e20adb0764881f7f9606..7c2e911052b64699a55d8d23517557db5eb5ae41 100644 (file)
@@ -99,8 +99,6 @@ struct task_struct;
 extern void show_regs(struct pt_regs *);
 
 #define arch_has_single_step() (1)
-extern void user_enable_single_step(struct task_struct *);
-extern void user_disable_single_step(struct task_struct *);
 
 #endif  /*  !__ASSEMBLY  */