Kevin Peng | 62a8711 | 2020-07-07 15:07:46 +0800 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2019, Arm Limited. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | * | ||||
6 | */ | ||||
7 | |||||
8 | #ifndef __PSA_API_TEST_H__ | ||||
9 | #define __PSA_API_TEST_H__ | ||||
10 | |||||
11 | #ifdef __cplusplus | ||||
12 | extern "C" { | ||||
13 | #endif | ||||
14 | |||||
15 | /** | ||||
16 | * \brief Main test application for the PSA API compliance tests | ||||
17 | * | ||||
18 | */ | ||||
19 | void psa_api_test(void *arg); | ||||
20 | |||||
21 | #ifdef __cplusplus | ||||
22 | } | ||||
23 | #endif | ||||
24 | |||||
25 | #endif /* __PSA_API_TEST_H__ */ |