00001 #ifndef __ARCH_TYPES_H__ 00002 #define __ARCH_TYPES_H__ 00003 00004 typedef int int32_t; 00005 typedef unsigned int uint32_t; 00006 typedef unsigned short uint16_t; 00007 typedef unsigned long long uint64_t; 00008 typedef unsigned char uint8_t; 00009 #endif