1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT 3 #define _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETBIT 4 5 /* 6 * Atomic bitops based version of ext2 atomic 7 */ 8 9 #define ext2_set_bit_atomic(l, nr, addr) 10 #define ext2_clear_bit_atomic(l, nr, addr) 11 12 #endif /* _ASM_GENERIC_BITOPS_EXT2_ATOMIC_SETB 13
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.