diff options
author | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-03-29 15:59:39 +0400 |
---|---|---|
committer | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-03-29 15:59:39 +0400 |
commit | 14ca3841ec6dc51529ab7e4d19899f0c13c5ecda (patch) | |
tree | 1136442d39840ca4ae910d26036cd01c23d3f12e /kprobe | |
parent | 6c2c7628137a8c58d8bc278dfdd04e906e0363c0 (diff) | |
download | swap-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.h | 3 |
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); |