aboutsummaryrefslogtreecommitdiff
path: root/app/psa_api_test.h
blob: 5423b15462a58ed3997fbfc52e9b605568783747 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (c) 2019, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 *
 */

#ifndef __PSA_API_TEST_H__
#define __PSA_API_TEST_H__

#ifdef __cplusplus
extern "C" {
#endif

/**
 * \brief Main test application for the PSA API compliance tests
 *
 */
void psa_api_test(void *arg);

#ifdef __cplusplus
}
#endif

#endif /* __PSA_API_TEST_H__ */