Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-cris / byteorder.h
bloba1a222adaa9fc66e1f1d927c8562156760207382
1 #ifndef _CRIS_BYTEORDER_H
2 #define _CRIS_BYTEORDER_H
4 #ifdef __GNUC__
6 #include <asm/arch/byteorder.h>
8 /* defines are necessary because the other files detect the presence
9 * of a defined __arch_swab32, not an inline
12 #define __arch__swab32(x) ___arch__swab32(x)
13 #define __arch__swab16(x) ___arch__swab16(x)
15 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
16 # define __BYTEORDER_HAS_U64__
17 # define __SWAB_64_THRU_32__
18 #endif
20 #endif /* __GNUC__ */
22 #include <linux/byteorder/little_endian.h>
24 #endif