18 #ifndef __POK_x86_TYPES_H__
19 #define __POK_X86_TYPES_H__
21 typedef unsigned short uint8_t;
22 typedef unsigned short uint16_t;
23 typedef unsigned int uint32_t;
24 typedef long int int32_t;
25 typedef unsigned long long uint64_t;
28 typedef short int16_t;
29 typedef signed long long int64_t;
31 typedef unsigned int size_t;
33 typedef unsigned long int intptr_t;