Samsung Internal API reference  2.0
tee_error.h
Go to the documentation of this file.
1 
9 #ifndef __TEE_ERROR_H__
10 #define __TEE_ERROR_H__
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 #include <tee_internal_api.h>
22 DSO_EXPORT TEE_Result errno_to_tee_error(int error_code);
23 
24 #ifdef __cplusplus
25 }
26 #endif
27 
28 #endif /* __TEE_ERROR_H__ */
29 
TEE_Result errno_to_tee_error(int error_code)
Translate errno to GP TEE errors code.