summaryrefslogtreecommitdiff
path: root/include/drivers/auth/mbedtls/mbedtls_common.h
blob: a9c2352e221f695ea35e2a0bccc8eb9a10d27ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MBEDTLS_COMMON_H
#define MBEDTLS_COMMON_H

void mbedtls_init(void);

#endif /* MBEDTLS_COMMON_H */