efivars: Refactor sanity checking code into separate function
[linux/fpc-iii.git] / arch / score / include / asm / bitops.h
bloba304096b1894375d94ebd7ced3decc512fe3a782
1 #ifndef _ASM_SCORE_BITOPS_H
2 #define _ASM_SCORE_BITOPS_H
4 #include <asm/byteorder.h> /* swab32 */
6 /*
7 * clear_bit() doesn't provide any barrier for the compiler.
8 */
9 #define smp_mb__before_clear_bit() barrier()
10 #define smp_mb__after_clear_bit() barrier()
12 #include <asm-generic/bitops.h>
13 #include <asm-generic/bitops/__fls.h>
15 #endif /* _ASM_SCORE_BITOPS_H */