1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 3 #ifndef __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_ 4 #define __ASM_GENERIC_BITOPS_NON_INSTRUMENTED_ 5 6 #define ___set_bit arch___set_bit 7 #define ___clear_bit arch___clear_b 8 #define ___change_bit arch___change_ 9 10 #define ___test_and_set_bit arch___test_an 11 #define ___test_and_clear_bit arch___test_an 12 #define ___test_and_change_bit arch___test_an 13 14 #define _test_bit arch_test_bit 15 #define _test_bit_acquire arch_test_bit_ 16 17 #endif /* __ASM_GENERIC_BITOPS_NON_INSTRUMENTE 18
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.