summaryrefslogtreecommitdiff
path: root/kprobe
diff options
context:
space:
mode:
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>2013-03-29 15:59:39 +0400
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>2013-03-29 15:59:39 +0400
commit14ca3841ec6dc51529ab7e4d19899f0c13c5ecda (patch)
tree1136442d39840ca4ae910d26036cd01c23d3f12e /kprobe
parent6c2c7628137a8c58d8bc278dfdd04e906e0363c0 (diff)
downloadswap-modules-14ca3841ec6dc51529ab7e4d19899f0c13c5ecda.tar.gz
swap-modules-14ca3841ec6dc51529ab7e4d19899f0c13c5ecda.tar.bz2
swap-modules-14ca3841ec6dc51529ab7e4d19899f0c13c5ecda.zip
[REFACTOR] move function prototype in header
Diffstat (limited to 'kprobe')
-rw-r--r--kprobe/arch/asm-arm/dbi_kprobes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kprobe/arch/asm-arm/dbi_kprobes.h b/kprobe/arch/asm-arm/dbi_kprobes.h
index 64059dc5..d717e142 100644
--- a/kprobe/arch/asm-arm/dbi_kprobes.h
+++ b/kprobe/arch/asm-arm/dbi_kprobes.h
@@ -501,6 +501,9 @@ struct undef_hook;
void swap_register_undef_hook(struct undef_hook *hook);
void swap_unregister_undef_hook(struct undef_hook *hook);
+int arch_check_insn_arm(struct arch_specific_insn *ainsn);
+int prep_pc_dep_insn_execbuf(kprobe_opcode_t *insns, kprobe_opcode_t insn, int uregs);
+
//void gen_insn_execbuf (void);
//void pc_dep_insn_execbuf (void);
//void gen_insn_execbuf_holder (void);