On 07/23/2007 12:54 PM, Rene Herman wrote:
static inline uint32_t le_32(uint32_t n) { #ifdef __LITTLE_ENDIAN return n; #else return bswap_32(n); #endif }
#if __BYTE_ORDER == __LITTLE_ENDIAN, that is. sigh. Rene. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [RFH] Partition table recovery
- From: Jan-Benedict Glaw <[email protected]>
- Re: [RFH] Partition table recovery
- References:
- [RFH] Partion table recovery
- From: Al Boldi <[email protected]>
- Re: [RFH] Partition table recovery
- From: Rene Herman <[email protected]>
- Re: [RFH] Partition table recovery
- From: Al Boldi <[email protected]>
- Re: [RFH] Partition table recovery
- From: Theodore Tso <[email protected]>
- Re: [RFH] Partition table recovery
- From: Rene Herman <[email protected]>
- Re: [RFH] Partition table recovery
- From: Jan-Benedict Glaw <[email protected]>
- Re: [RFH] Partition table recovery
- From: Rene Herman <[email protected]>
- [RFH] Partion table recovery
- Prev by Date: Re: [kvm-devel] [RFC 0/8]KVM: swap out guest pages
- Next by Date: Re: [PATCH] Fix fbcon - 'map_override' defined but not used warning
- Previous by thread: Re: [RFH] Partition table recovery
- Next by thread: Re: [RFH] Partition table recovery
- Index(es):