X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sh%2Fsystem_32.h;h=f11bcf0855ed59b7c5bdd521eccfd73b2416ad3a;hb=138bed154eab2205b4ef93f02f5feb1edf6d8552;hp=7ff08d956ba8590ce7ffa4800dc173fd2a6e4cc4;hpb=7924e4f6519dd5b349ed146fe9fe35206730be67;p=linux-2.6 diff --git a/include/asm-sh/system_32.h b/include/asm-sh/system_32.h index 7ff08d956b..f11bcf0855 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 */