unaligned.h 268 B

12345678910
  1. #ifndef _ASM_SPARC_UNALIGNED_H
  2. #define _ASM_SPARC_UNALIGNED_H
  3. /*
  4. * The SPARC can not do unaligned accesses, it must be split into multiple
  5. * byte accesses. The SPARC is in big endian mode.
  6. */
  7. #include <asm-generic/unaligned.h>
  8. #endif /* _ASM_SPARC_UNALIGNED_H */