Files
SDK_GD32W51x/PROT/trusted-firmware-m/app/psa_api_test.h
2023-05-18 18:53:00 +08:00

26 lines
400 B
C

/*
* 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__ */