bitops.h 227 B

1234567891011
  1. #ifndef _ASM_SCORE_BITOPS_H
  2. #define _ASM_SCORE_BITOPS_H
  3. #include <asm/byteorder.h> /* swab32 */
  4. #include <asm/barrier.h>
  5. #include <asm-generic/bitops.h>
  6. #include <asm-generic/bitops/__fls.h>
  7. #endif /* _ASM_SCORE_BITOPS_H */