Files
linux-apfs/include/asm-sh/unaligned.h
T

8 lines
171 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
#ifndef __ASM_SH_UNALIGNED_H
#define __ASM_SH_UNALIGNED_H
/* SH can't handle unaligned accesses. */
#include <asm-generic/unaligned.h>
#endif /* __ASM_SH_UNALIGNED_H */