C++程序  |  8行  |  133 B

#ifndef __ASM_PROC_LOCKS_H
#define __ASM_PROC_LOCKS_H

#define RW_LOCK_BIAS 0x01000000
#define RW_LOCK_BIAS_STR "0x01000000"

#endif