diff --git a/zephyr/include/rtos/mutex.h b/zephyr/include/rtos/mutex.h new file mode 100644 index 000000000000..9f26c7a86d75 --- /dev/null +++ b/zephyr/include/rtos/mutex.h @@ -0,0 +1,11 @@ +// SPDX-License-Identifier: BSD-3-Clause +// +// Copyright(c) 2024 Intel Corporation. +// + +#ifndef __ZEPHYR_RTOS_MUTEX_H__ +#define __ZEPHYR_RTOS_MUTEX_H__ + +#include /* k_mutex_*() */ + +#endif /* __ZEPHYR_RTOS_MUTEX_H__ */