diff options
Diffstat (limited to 'include/asm-sh/unaligned.h')
-rw-r--r-- | include/asm-sh/unaligned.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh/unaligned.h b/include/asm-sh/unaligned.h new file mode 100644 index 000000000000..5250e3063b42 --- /dev/null +++ b/include/asm-sh/unaligned.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef __ASM_SH_UNALIGNED_H | ||
2 | #define __ASM_SH_UNALIGNED_H | ||
3 | |||
4 | /* SH can't handle unaligned accesses. */ | ||
5 | #include <asm-generic/unaligned.h> | ||
6 | |||
7 | #endif /* __ASM_SH_UNALIGNED_H */ | ||