1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2014, STMicroelectronics International N.V.
4  */
5 
6 /* Based on GP TEE Internal API Specification Version 0.22 */
7 #ifndef TEE_TA_API_H
8 #define TEE_TA_API_H
9 
10 #include <tee_internal_api.h>
11 
12 #endif
13