rwsem.h 188 B

12345678910
  1. #ifndef __UM_RWSEM_H__
  2. #define __UM_RWSEM_H__
  3. #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 96)
  4. #define __builtin_expect(exp,c) (exp)
  5. #endif
  6. #include "asm/arch/rwsem.h"
  7. #endif