b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [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 */ |