blob: a9c2352e221f695ea35e2a0bccc8eb9a10d27ba4 [file] [log] [blame]
Juan Castilloa57a4d52015-04-02 15:44:20 +01001/*
2 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
3 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castilloa57a4d52015-04-02 15:44:20 +01005 */
6
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +00007#ifndef MBEDTLS_COMMON_H
8#define MBEDTLS_COMMON_H
Juan Castilloa57a4d52015-04-02 15:44:20 +01009
10void mbedtls_init(void);
11
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* MBEDTLS_COMMON_H */