Samsung Internal API reference  2.0
tees_critical.h
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 #include <tee_internal_api.h>
16 
27 DSO_EXPORT TEE_Result TEES_EnterCritical(void);
28 
39 DSO_EXPORT TEE_Result TEES_ExitCritical(void);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
TEE_Result TEES_EnterCritical(void)
Disable routing and handling of normal world interrupts.
TEE_Result TEES_ExitCritical(void)
Enable routing and handling of normal world interrupts.