From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263730AbUDOFI0 (ORCPT ); Thu, 15 Apr 2004 01:08:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263757AbUDOFIZ (ORCPT ); Thu, 15 Apr 2004 01:08:25 -0400 Received: from www.gawab.com ([204.97.230.36]:55312 "HELO gawab.com") by vger.kernel.org with SMTP id S263730AbUDOFIY (ORCPT ); Thu, 15 Apr 2004 01:08:24 -0400 Subject: LDM code query From: Nasir Hossain To: Linux-Kernel Content-Type: text/plain Message-Id: <1081854562.6418.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Thu, 15 Apr 2004 10:38:28 +0530 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org hi, can someone tell me what this macro does : __be64_to_cpu() __be32_to_cpu() __be16_to_cpu() something to do with big endian (i guess). found this while going thru the ldmutil (LDM) code. thanks