Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b1c5921c5b715c207d7fe77cd7aaafbb322f09f5
/
.
/
include
/
asm-sh
/
unaligned.h
blob: 5250e3063b42d32ad5dfd751121930920918d93a [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
#ifndef
__ASM_SH_UNALIGNED_H
2
#define
__ASM_SH_UNALIGNED_H
3
4
/* SH can't handle unaligned accesses. */
5
#include
<asm-generic/unaligned.h>
6
7
#endif
/* __ASM_SH_UNALIGNED_H */