bitops.h 168 B

12345678910
  1. #ifndef __UM_BITOPS_H
  2. #define __UM_BITOPS_H
  3. #ifndef _LINUX_BITOPS_H
  4. #error only <linux/bitops.h> can be included directly
  5. #endif
  6. #include "asm/arch/bitops.h"
  7. #endif