aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/include')
-rw-r--r--arch/sh/include/asm/kprobes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/sh/include/asm/kprobes.h b/arch/sh/include/asm/kprobes.h
index 70fc629df90..756a5cd9637 100644
--- a/arch/sh/include/asm/kprobes.h
+++ b/arch/sh/include/asm/kprobes.h
@@ -6,8 +6,6 @@
6#include <linux/types.h> 6#include <linux/types.h>
7#include <linux/ptrace.h> 7#include <linux/ptrace.h>
8 8
9struct pt_regs;
10
11typedef u16 kprobe_opcode_t; 9typedef u16 kprobe_opcode_t;
12#define BREAKPOINT_INSTRUCTION 0xc3ff 10#define BREAKPOINT_INSTRUCTION 0xc3ff
13 11
@@ -48,6 +46,7 @@ struct kprobe_ctlblk {
48 struct prev_kprobe prev_kprobe; 46 struct prev_kprobe prev_kprobe;
49}; 47};
50 48
49extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
51extern int kprobe_exceptions_notify(struct notifier_block *self, 50extern int kprobe_exceptions_notify(struct notifier_block *self,
52 unsigned long val, void *data); 51 unsigned long val, void *data);
53extern int kprobe_handle_illslot(unsigned long pc); 52extern int kprobe_handle_illslot(unsigned long pc);