blob: 592926d48f1f06a1d2bd986bdacb5b492d6e9ec9 [file] [log] [blame]
San Mehat91638722010-04-06 18:49:49 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 ****************************************************************************
11 ****************************************************************************/
12#ifndef _ASM_GENERIC_SWAB_H
13#define _ASM_GENERIC_SWAB_H
Ben Cheng4b29af02012-03-07 16:14:53 -080014
San Mehat91638722010-04-06 18:49:49 -070015#include <asm/bitsperlong.h>
Ben Cheng4b29af02012-03-07 16:14:53 -080016
San Mehat91638722010-04-06 18:49:49 -070017#if __BITS_PER_LONG == 32
18#if defined(__GNUC__) && (!defined(__STRICT_ANSI__) || defined(__KERNEL__))
19#define __SWAB_64_THRU_32__
20#endif
21#endif
Ben Cheng4b29af02012-03-07 16:14:53 -080022
San Mehat91638722010-04-06 18:49:49 -070023#endif