summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/ints.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/kernel/ints.h')
-rw-r--r--arch/m68k/kernel/ints.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/kernel/ints.h b/arch/m68k/kernel/ints.h
new file mode 100644
index 000000000000..ecac6011c1a4
--- /dev/null
+++ b/arch/m68k/kernel/ints.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <linux/linkage.h>
+
+struct pt_regs;
+
+asmlinkage void handle_badint(struct pt_regs *regs);