rwlock.h 187 字节
Newer Older
V
Vegard Nossum 已提交
1 2
#ifndef ASM_X86__RWLOCK_H
#define ASM_X86__RWLOCK_H
3 4 5 6 7

#define RW_LOCK_BIAS		 0x01000000

/* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */

V
Vegard Nossum 已提交
8
#endif /* ASM_X86__RWLOCK_H */