aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/system_32.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/asm-sh/system_32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sh/system_32.h b/include/asm-sh/system_32.h
index 7ff08d956ba8..f11bcf0855ed 100644
--- a/include/asm-sh/system_32.h
+++ b/include/asm-sh/system_32.h
@@ -96,4 +96,7 @@ do { \
: "=&r" (__dummy)); \
} while (0)
+int handle_unaligned_access(opcode_t instruction, struct pt_regs *regs,
+ struct mem_access *ma);
+
#endif /* __ASM_SH_SYSTEM_32_H */