Merge commit 'v2.6.29-rc1' into tracing/urgent
[sfrench/cifs-2.6.git] / arch / sh / include / asm / byteorder.h
1 #ifndef __ASM_SH_BYTEORDER_H
2 #define __ASM_SH_BYTEORDER_H
3
4 #include <asm/swab.h>
5
6 #ifdef __LITTLE_ENDIAN__
7 #include <linux/byteorder/little_endian.h>
8 #else
9 #include <linux/byteorder/big_endian.h>
10 #endif
11
12 #endif /* __ASM_SH_BYTEORDER_H */