]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/kprobes.h
[Bluetooth] Add platform device for virtual and serial devices
[linux-2.6] / include / asm-x86_64 / kprobes.h
index 4dd7a7e148d450d6ba93c347c655cc8975ac8230..d36febd9bb183d10c6625e26a79657fa0ae6ec1d 100644 (file)
 #include <linux/ptrace.h>
 #include <linux/percpu.h>
 
+#define  __ARCH_WANT_KPROBES_INSN_SLOT
+
 struct pt_regs;
+struct kprobe;
 
 typedef u8 kprobe_opcode_t;
 #define BREAKPOINT_INSTRUCTION 0xcc
@@ -40,8 +43,10 @@ typedef u8 kprobe_opcode_t;
 
 #define JPROBE_ENTRY(pentry)   (kprobe_opcode_t *)pentry
 #define ARCH_SUPPORTS_KRETPROBES
+#define  ARCH_INACTIVE_KPROBE_COUNT 1
 
 void kretprobe_trampoline(void);
+extern void arch_remove_kprobe(struct kprobe *p);
 
 /* Architecture specific copy of original instruction*/
 struct arch_specific_insn {