18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#undef LOCK
38c2ecf20Sopenharmony_ci#define LOCK		WSL
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#undef UNLOCK
68c2ecf20Sopenharmony_ci#define UNLOCK		WSU
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#undef RLOCK
98c2ecf20Sopenharmony_ci#define RLOCK		RSL
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#undef WLOCK
128c2ecf20Sopenharmony_ci#define WLOCK		WSL
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#undef INIT
158c2ecf20Sopenharmony_ci#define INIT		RWSI
16