]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/kprobes.h
kprobes: Convert kprobe_lookup_name() to a function
[mirror_ubuntu-artful-kernel.git] / include / linux / kprobes.h
index c328e4f7dcadb4276bddcfbcc97caa323c48a0a3..16f153c8464668921be54cb0e71d5d60a40fde46 100644 (file)
@@ -379,6 +379,7 @@ static inline struct kprobe_ctlblk *get_kprobe_ctlblk(void)
        return this_cpu_ptr(&kprobe_ctlblk);
 }
 
+kprobe_opcode_t *kprobe_lookup_name(const char *name);
 int register_kprobe(struct kprobe *p);
 void unregister_kprobe(struct kprobe *p);
 int register_kprobes(struct kprobe **kps, int num);