 |
mTower
|
23 #ifndef __APPS_TEE_TYPES_H_ 24 #define __APPS_TEE_TYPES_H_ 43 #define NULL ((void *)0) 50 #ifndef _INT8_T_DECLARED 51 typedef signed char int8_t;
53 typedef unsigned char uint8_t;
55 typedef short int16_t;
56 typedef unsigned short uint16_t;
58 #ifndef _INT32_T_DECLARED 61 #ifndef _UINT32_T_DECLARED 62 typedef unsigned int uint32_t;
65 typedef long long int64_t;
66 typedef unsigned long long uint64_t;
72 typedef unsigned long ulong_t;
78 typedef unsigned char bool;
79 typedef uint32_t tee_stat_t;