Go to the documentation of this file. 1 #ifndef __ASM_GENERIC_BITOPS_H
2 #define __ASM_GENERIC_BITOPS_H
13 #include <linux/compiler.h>
18 #ifndef smp_mb__before_clear_bit
19 #define smp_mb__before_clear_bit() smp_mb()
20 #define smp_mb__after_clear_bit() smp_mb()
30 #ifndef _LINUX_BITOPS_H
31 #error only <linux/bitops.h> can be included directly