1 /*
2  * Copyright (C) 2022 Marcin Niestroj
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef ZEPHYR_MODULES_MBEDTLS_PRIV_H_
8 #define ZEPHYR_MODULES_MBEDTLS_PRIV_H_
9 
10 void zephyr_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str);
11 
12 #endif /* ZEPHYR_MODULES_MBEDTLS_PRIV_H_ */
13