aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m68k/traps.h')
-rw-r--r--include/asm-m68k/traps.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-m68k/traps.h b/include/asm-m68k/traps.h
index 475056191252..8caef25624c7 100644
--- a/include/asm-m68k/traps.h
+++ b/include/asm-m68k/traps.h
@@ -13,8 +13,15 @@
#ifndef __ASSEMBLY__
+#include <linux/linkage.h>
+#include <asm/ptrace.h>
+
typedef void (*e_vector)(void);
+asmlinkage void auto_inthandler(void);
+asmlinkage void user_inthandler(void);
+asmlinkage void bad_inthandler(void);
+
extern e_vector vectors[];
#endif