aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/traps.h')
-rw-r--r--arch/m68k/include/asm/traps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/traps.h b/arch/m68k/include/asm/traps.h
index 151068f64f4..4aff3358fba 100644
--- a/arch/m68k/include/asm/traps.h
+++ b/arch/m68k/include/asm/traps.h
@@ -18,6 +18,7 @@
typedef void (*e_vector)(void);
extern e_vector vectors[];
+extern e_vector *_ramvec;
asmlinkage void auto_inthandler(void);
asmlinkage void user_inthandler(void);