mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-04 15:37:45 -04:00
14 lines
163 B
C
14 lines
163 B
C
#undef LOCK
|
|
#define LOCK RSL
|
|
|
|
#undef UNLOCK
|
|
#define UNLOCK RSU
|
|
|
|
#undef RLOCK
|
|
#define RLOCK RSL
|
|
|
|
#undef WLOCK
|
|
#define WLOCK WSL
|
|
|
|
#undef INIT
|
|
#define INIT RWSI
|