aboutsummaryrefslogtreecommitdiff
path: root/include/trustzone/tz_cross/ta_emi.h
blob: ac35430ade0b14e873ea94b42e71519b5fe95c6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __TRUSTZONE_TA_EMI__
#define __TRUSTZONE_TA_EMI__

#define TZ_TA_EMI_UUID   "f80dab1a-a33f-4a48-a015-a16845d351f3"


/* Data Structure for EMI TA */
/* You should define data structure used both in REE/TEE here
   N/A for Test TA */


/* Command for EMI TA */
 
#define TZCMD_EMI_REG    0
#define TZCMD_EMI_CLR    1
 
#endif /* __TRUSTZONE_TA_EMI__ */