Magnus Sjalander | 997faf2 | 2010-05-26 13:23:53 +0200 | [diff] [blame^] | 1 | #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 */ |