Home | History | Annotate | Download | only in asm
      1 #ifndef __ASM_PROC_LOCKS_H
      2 #define __ASM_PROC_LOCKS_H
      3 
      4 #define RW_LOCK_BIAS 0x01000000
      5 #define RW_LOCK_BIAS_STR "0x01000000"
      6 
      7 #endif
      8