1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _TOOLS_LINUX_ASM_GENERIC_BITOPS_ATOMIC 3 #define _TOOLS_LINUX_ASM_GENERIC_BITOPS_ATOMIC 4 5 #include <asm/types.h> 6 #include <asm/bitsperlong.h> 7 8 /* 9 * Just alias the test versions, all of the co 10 * and optimizing compile-time constants on x8 11 */ 12 #define set_bit test_and_set_bit 13 #define clear_bit test_and_clear_bit 14 15 #endif /* _TOOLS_LINUX_ASM_GENERIC_BITOPS_ATOM 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.