00001
00002 typedef unsigned char uint8;
00003 typedef unsigned short uint16;
00004 typedef unsigned int uint32;
00005 #if defined(_MIPS_SZLONG) && (_MIPS_SZLONG == 64)
00006 typedef unsigned long uint64;
00007 #else
00008 typedef unsigned long long uint64;
00009 #endif
00010