Samsung Internal API reference  2.0
tee_smc.h File Reference

TEE SMC public API. More...

Go to the source code of this file.

Macros

#define U(n)   ((unsigned int)(n))
 Defined for compatibility now.
 

Typedefs

typedef int TEES_SMCHandle
 SMC interface handle.
 
typedef struct smc_data TEES_SMCData
 SMC command data.
 

Functions

TEE_Result TEES_SMCInit (TEES_SMCHandle *handle)
 Initialize handler fields. More...
 
TEE_Result TEES_SMCFini (TEES_SMCHandle handle)
 release SMC interface handle. More...
 
TEE_Result TEES_SMCCommand (TEES_SMCHandle handle, TEES_SMCData *data)
 Send SMC command to EL3. More...
 

Detailed Description

TEE SMC public API.