Samsung Internal API reference
2.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
TEES_EnterCritical
TEE_Result TEES_EnterCritical(void)
Disable routing and handling of normal world interrupts.
TEES_ExitCritical
TEE_Result TEES_ExitCritical(void)
Enable routing and handling of normal world interrupts.
tees_critical.h
Generated by
1.8.11