Files
android_development/ndk/platforms/android-3/header-patches/include/asm/locks.h
Andrew Hsieh d9124876f0 arch-specific diff of header
Change-Id: I78e2186dc7e491095201efc2c709f26e8822a076
2013-09-06 16:25:41 +08:00

8 lines
133 B
C

#ifndef __ASM_PROC_LOCKS_H
#define __ASM_PROC_LOCKS_H
#define RW_LOCK_BIAS 0x01000000
#define RW_LOCK_BIAS_STR "0x01000000"
#endif