00001 #ifndef _VarDefs_H_ 00002 #define _VarDefs_H_ 00003 00004 typedef unsigned long int uint32; 00005 typedef unsigned short uint16; 00006 typedef unsigned char uint8; 00007 00008 #endif