summaryrefslogtreecommitdiff
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/traps.h b/arch/m68k/include/asm/traps.h
index 4aff3358fbaf..a9d5c1c870d3 100644
--- a/arch/m68k/include/asm/traps.h
+++ b/arch/m68k/include/asm/traps.h
@@ -267,6 +267,10 @@ struct frame {
} un;
};
+#ifdef CONFIG_M68040
+asmlinkage void berr_040cleanup(struct frame *fp);
+#endif
+
#endif /* __ASSEMBLY__ */
#endif /* _M68K_TRAPS_H */