Go to the documentation of this file.
19 #ifndef __ASM_OPENRISC_BITOPS_H
20 #define __ASM_OPENRISC_BITOPS_H
29 #include <linux/compiler.h>
34 #ifndef smp_mb__before_clear_bit
35 #define smp_mb__before_clear_bit() smp_mb()
36 #define smp_mb__after_clear_bit() smp_mb()
46 #ifndef _LINUX_BITOPS_H
47 #error only <linux/bitops.h> can be included directly