m32r: introduce asm/swab.h
[safe/jmp/linux-2.6] / include / asm-m32r / byteorder.h
1 #ifndef _ASM_M32R_BYTEORDER_H
2 #define _ASM_M32R_BYTEORDER_H
3
4 #include <asm/swab.h>
5
6 #if defined(__LITTLE_ENDIAN__)
7 #  include <linux/byteorder/little_endian.h>
8 #else
9 #  include <linux/byteorder/big_endian.h>
10 #endif
11
12 #endif /* _ASM_M32R_BYTEORDER_H */