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 00000000000..5250e3063b4 --- /dev/null +++ b/include/asm-sh/unaligned.h @@ -0,0 +1,7 @@ +#ifndef __ASM_SH_UNALIGNED_H +#define __ASM_SH_UNALIGNED_H + +/* SH can't handle unaligned accesses. */ +#include <asm-generic/unaligned.h> + +#endif /* __ASM_SH_UNALIGNED_H */ |