blob: e6dd07d6e0c1a79cb57c8ce8eb531d650664d91d [file] [log] [blame]
Jamie Fox0e54ebc2019-04-09 14:21:04 +01001/*
2 * Copyright (c) 2019, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
7
8#ifndef __TFM_MBEDCRYPTO_INCLUDE_H__
9#define __TFM_MBEDCRYPTO_INCLUDE_H__
10
Jamie Fox0e54ebc2019-04-09 14:21:04 +010011/* Include the crypto_spe.h header before including the PSA Crypto header from
12 * Mbed Crypto
13 */
14#include "crypto_spe.h"
15#include "mbedcrypto/psa/crypto.h"
Jamie Fox0e54ebc2019-04-09 14:21:04 +010016
17#endif /* __TFM_MBEDCRYPTO_INCLUDE_H__ */