Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932561AbXBWPZ1 (ORCPT ); Fri, 23 Feb 2007 10:25:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932613AbXBWPZ0 (ORCPT ); Fri, 23 Feb 2007 10:25:26 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]:19536 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932561AbXBWPZ0 (ORCPT ); Fri, 23 Feb 2007 10:25:26 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=i9o7WgzOJd47sHe7ZIrRT8BiJVY/gVrOFLqEXgYymEnBCeFs/QzkUdKXoDcKuBJr7HfEEWRbnLlRpMBnbgJvcl6RoSpoebNG6jyakifFnJ+pr+h3nTyZWarbN6YXK/adbrenAOQraa0N4ztct6hhyPY2pqjA7k9A4XYkqA1rcdw= Date: Fri, 23 Feb 2007 15:24:11 +0000 From: Frederik Deweerdt To: Allexio Ju Cc: linux-kernel@vger.kernel.org Subject: Re: trivial question regarding byte ordering Message-ID: <20070223152411.GA31486@slug> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: mutt-ng/devel-r804 (Linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 585 Lines: 14 On Fri, Feb 23, 2007 at 07:18:13AM -0800, Allexio Ju wrote: > Is there a API (or macro) that checks CPU endianness and does byte > ordering conversion on given data (32-bit) if endianness is > big-endian? including include/asm/byteorder.h will define the needed cpu_to_{b,l}e{16,32,64} and {b,l}e{16,32,64}_to_cpu macros. Regards, Frederik - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/