#ifndef _ASM_SCORE_BITOPS_H #define _ASM_SCORE_BITOPS_H #include /* swab32 */ #include /* save_flags */ /* * clear_bit() doesn't provide any barrier for the compiler. */ #define smp_mb__before_clear_bit() barrier() #define smp_mb__after_clear_bit() barrier() #include #include #endif /* _ASM_SCORE_BITOPS_H */