/arch/sparc/include/asm/bitops.h

https://bitbucket.org/cresqo/cm7-p500-kernel · C Header · 8 lines · 8 code · 0 blank · 0 comment · 1 complexity · 2cfe6240ef2ce3de0801dd9fa1a26bc0 MD5 · raw file

  1. #ifndef ___ASM_SPARC_BITOPS_H
  2. #define ___ASM_SPARC_BITOPS_H
  3. #if defined(__sparc__) && defined(__arch64__)
  4. #include <asm/bitops_64.h>
  5. #else
  6. #include <asm/bitops_32.h>
  7. #endif
  8. #endif