blob: 0e646f7fa955a9b1242ce1e723416d9346016125 [file] [log] [blame]
Magnus Sjalander997faf22010-05-26 13:23:53 +02001#ifndef _ASM_SPARC_UNALIGNED_H
2#define _ASM_SPARC_UNALIGNED_H
3
4/*
5 * The SPARC can not do unaligned accesses, it must be split into multiple
6 * byte accesses. The SPARC is in big endian mode.
7 */
8#include <asm-generic/unaligned.h>
9
10#endif /* _ASM_SPARC_UNALIGNED_H */