blob: 1608410bf057564592d474dfa9ad6555b2587a56 [file] [log] [blame]
Antonio de Angelis8908f472018-08-31 15:44:25 +01001/*
Antonio de Angelis377a1552018-11-22 17:02:40 +00002 * Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Antonio de Angelis8908f472018-08-31 15:44:25 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 *
6 */
Antonio de Angelis8908f472018-08-31 15:44:25 +01007/**
8 * \file psa_crypto_extra.h
9 *
10 * \brief PSA cryptography module: vendor extensions
Antonio de Angelis377a1552018-11-22 17:02:40 +000011 *
12 * \note This file may not be included directly. Applications must
13 * include psa_crypto.h.
14 *
15 * This file is reserved for vendor-specific definitions.
Antonio de Angelis8908f472018-08-31 15:44:25 +010016 */
17
Antonio de Angelis377a1552018-11-22 17:02:40 +000018/**
19 *\note This implementation currently doesn't provide support to any
20 * vendor-specific extension or definition, so this header file
21 * is empty.
22 */
23
24#ifndef PSA_CRYPTO_EXTRA_H
25#define PSA_CRYPTO_EXTRA_H
Antonio de Angelis8908f472018-08-31 15:44:25 +010026
27#ifdef __cplusplus
28extern "C" {
29#endif
30
Antonio de Angelis8908f472018-08-31 15:44:25 +010031#ifdef __cplusplus
32}
33#endif
34
Antonio de Angelis377a1552018-11-22 17:02:40 +000035#endif /* PSA_CRYPTO_EXTRA_H */