1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux << 2 #ifndef _ASM_GENERIC_SWAB_H 1 #ifndef _ASM_GENERIC_SWAB_H 3 #define _ASM_GENERIC_SWAB_H 2 #define _ASM_GENERIC_SWAB_H 4 3 5 #include <asm/bitsperlong.h> 4 #include <asm/bitsperlong.h> 6 5 7 /* 6 /* 8 * 32 bit architectures typically (but not alw 7 * 32 bit architectures typically (but not always) want to 9 * set __SWAB_64_THRU_32__. In user space, thi 8 * set __SWAB_64_THRU_32__. In user space, this is only 10 * valid if the compiler supports 64 bit data 9 * valid if the compiler supports 64 bit data types. 11 */ 10 */ 12 11 13 #if __BITS_PER_LONG == 32 12 #if __BITS_PER_LONG == 32 14 #if defined(__GNUC__) && !defined(__STRICT_ANS 13 #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) 15 #define __SWAB_64_THRU_32__ 14 #define __SWAB_64_THRU_32__ 16 #endif 15 #endif 17 #endif 16 #endif 18 17 19 #endif /* _ASM_GENERIC_SWAB_H */ 18 #endif /* _ASM_GENERIC_SWAB_H */ 20 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.