1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _ASM_GENERIC_SWAB_H 7 #define _ASM_GENERIC_SWAB_H 8 #include <asm/bitsperlong.h> 9 #if __BITS_PER_LONG == 32 10 #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) 11 #define __SWAB_64_THRU_32__ 12 #endif 13 #endif 14 #endif 15