rwlock.h 82 字节
Newer Older
1 2 3 4 5
#ifdef CONFIG_X86_32
# include "rwlock_32.h"
#else
# include "rwlock_64.h"
#endif