162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#undef LOCK 362306a36Sopenharmony_ci#define LOCK WSL 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#undef UNLOCK 662306a36Sopenharmony_ci#define UNLOCK WSU 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#undef RLOCK 962306a36Sopenharmony_ci#define RLOCK RSL 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#undef WLOCK 1262306a36Sopenharmony_ci#define WLOCK WSL 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ci#undef INIT 1562306a36Sopenharmony_ci#define INIT RWSI 16