0e646f7fa955a9b1242ce1e723416d9346016125
[oweals/u-boot.git] / arch / sparc / include / asm / unaligned.h
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 */