1 #ifndef VTPM_COMMON_TYPES
2 #define VTPM_COMMON_TYPES 1
3 typedef unsigned char BYTE;
4 typedef unsigned char BOOL;
5 typedef unsigned char UINT8;
6 typedef uint16_t UINT16;
7 typedef uint32_t UINT32;
8 typedef uint64_t UINT64;
9 #endif
10