Samsung Internal API reference  2.0
tees_el2if.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 
20 #define EL2IF_DEV_NAME "/dev/el2if"
21 
25 #define EL2IF_ARGS_NUM 3
26 
31  unsigned long args[EL2IF_ARGS_NUM];
32 };
33 
39 DSO_EXPORT int TEES_El2if(struct TEES_El2if_Args *args);
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
Arguments for EL2 SMC call.
Definition: tees_el2if.h:30
int TEES_El2if(struct TEES_El2if_Args *args)
Send SMC call to EL2.
#define EL2IF_ARGS_NUM
Number of EL2IF arguments.
Definition: tees_el2if.h:25