San Mehat | 9163872 | 2010-04-06 18:49:49 -0700 | [diff] [blame^] | 1 | /**************************************************************************** |
| 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 |
| 14 | |
| 15 | #include <asm/bitsperlong.h> |
| 16 | |
| 17 | #if __BITS_PER_LONG == 32 |
| 18 | #if defined(__GNUC__) && (!defined(__STRICT_ANSI__) || defined(__KERNEL__)) |
| 19 | #define __SWAB_64_THRU_32__ |
| 20 | #endif |
| 21 | #endif |
| 22 | |
| 23 | #endif |