#ifndef _ASM_SH_UNALIGNED_H #define _ASM_SH_UNALIGNED_H #ifdef CONFIG_CPU_SH4A /* SH-4A can handle unaligned loads in a relatively neutered fashion. */ #include #else /* Otherwise, SH can't handle unaligned accesses. */ #include #endif #endif /* _ASM_SH_UNALIGNED_H */