Samsung Internal API reference  2.0
tee_ta_destructor.h
Go to the documentation of this file.
1 
9 #ifndef _TEE_TA_DESTRUCTOR_H
10 #define _TEE_TA_DESTRUCTOR_H
11 
12 #include <tee_internal_api.h>
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
23 typedef void (*TEES_DriverDestructor_t)(int);
24 
32 DSO_EXPORT TEE_Result TEES_RegisterDriverDestructor(TEES_DriverDestructor_t destr);
33 
34 #ifdef __cplusplus
35 }
36 
37 #endif /* __cplusplus */
38 #endif /* _TEE_TA_DESTRUCTOR_H */
39 
TEE_Result TEES_RegisterDriverDestructor(TEES_DriverDestructor_t destr)
Initializes driver destructor function pointer. The destructor will be called when secure kernel gene...
void(* TEES_DriverDestructor_t)(int)
Definition: tee_ta_destructor.h:23