Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
unaligned.h
Go to the documentation of this file.
1 #ifndef _ASM_SH_UNALIGNED_H
2 #define _ASM_SH_UNALIGNED_H
3 
4 #ifdef CONFIG_CPU_SH4A
5 /* SH-4A can handle unaligned loads in a relatively neutered fashion. */
6 #include <asm/unaligned-sh4a.h>
7 #else
8 /* Otherwise, SH can't handle unaligned accesses. */
10 #endif
11 
12 #endif /* _ASM_SH_UNALIGNED_H */