unaligned.h 171 B

1234567
  1. #ifndef __ASM_SH_UNALIGNED_H
  2. #define __ASM_SH_UNALIGNED_H
  3. /* SH can't handle unaligned accesses. */
  4. #include <asm-generic/unaligned.h>
  5. #endif /* __ASM_SH_UNALIGNED_H */