[REFACTOR] move declaration patch_suspended_task()
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 3 Apr 2013 13:26:15 +0000 (17:26 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Wed, 3 Apr 2013 13:26:15 +0000 (17:26 +0400)
from src/modules/kprobe/arch/dbi_kprobes.h
to src/modules/kprobe/dbi_kprobes.h

kprobe/arch/dbi_kprobes.h
kprobe/dbi_kprobes.h

index a8558d4..56a0800 100644 (file)
@@ -66,7 +66,6 @@ extern void arch_arm_kprobe (struct kprobe *p);
 extern void arch_disarm_kprobe (struct kprobe *p);
 extern int arch_init_kprobes (void);
 extern void dbi_arch_exit_kprobes (void);
-extern int patch_suspended_task(struct kretprobe *rp, struct task_struct *tsk);
 
 void save_previous_kprobe (struct kprobe_ctlblk *kcb, struct kprobe *cur_p);
 void restore_previous_kprobe (struct kprobe_ctlblk *kcb);
index 2820acf..44355e8 100644 (file)
@@ -275,6 +275,7 @@ void reset_current_kprobe (void);
 struct kprobe_ctlblk *get_kprobe_ctlblk (void);
 
 void prepare_singlestep(struct kprobe *p, struct pt_regs *regs);
+int patch_suspended_task(struct kretprobe *rp, struct task_struct *tsk);
 
 #endif /* _DBI_KPROBES_H */