blob: 5250e3063b42d32ad5dfd751121930920918d93a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#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 */