]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-m32r/byteorder.h
thermal fixup for broken BIOS which has invalid trip points.
[linux-2.6-omap-h63xx.git] / 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 */