Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9478bc3bed1e15208f8041b44d45505cb93e6cc8
/
.
/
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 */