Go to the documentation of this file.
16 #ifndef __ASM_BITOPS_H
17 #define __ASM_BITOPS_H
19 #include <linux/compiler.h>
21 #include <asm/barrier.h>
26 #ifndef smp_mb__before_clear_bit
27 #define smp_mb__before_clear_bit() smp_mb()
28 #define smp_mb__after_clear_bit() smp_mb()
31 #ifndef _LINUX_BITOPS_H
32 #error only <linux/bitops.h> can be included directly