Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6] / 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 */