nrfxlib API 2.7.99
Loading...
Searching...
No Matches
threading_alt.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2001-2019, Arm Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef MBEDTLS_THREADING_ALT_H
8#define MBEDTLS_THREADING_ALT_H
9
10#include <stdint.h>
12
20
21#endif /* MBEDTLS_THREADING_ALT_H */
Type definition of architecture neutral mutex type.
Definition: nrf_cc3xx_platform_mutex.h:35
nrf_cc3xx_platform_mutex_t mbedtls_threading_mutex_t
Alternate declaration of mbedtls mutex type.
Definition: threading_alt.h:19