blob: 5423b15462a58ed3997fbfc52e9b605568783747 [file] [log] [blame]
Kevin Peng62a87112020-07-07 15:07:46 +08001/*
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
12extern "C" {
13#endif
14
15/**
16 * \brief Main test application for the PSA API compliance tests
17 *
18 */
19void psa_api_test(void *arg);
20
21#ifdef __cplusplus
22}
23#endif
24
25#endif /* __PSA_API_TEST_H__ */