diff options
Diffstat (limited to '')
-rw-r--r-- | lib/locking-selftest-mutex.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/locking-selftest-mutex.h b/lib/locking-selftest-mutex.h new file mode 100644 index 000000000..7526c7746 --- /dev/null +++ b/lib/locking-selftest-mutex.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#undef LOCK +#define LOCK ML + +#undef UNLOCK +#define UNLOCK MU + +#undef RLOCK +#undef WLOCK + +#undef INIT +#define INIT MI |