00001 #ifndef _L0TYPES_H 00002 #define _L0TYPES_H 00003 00004 #include <stdint.h> 00005 00006 typedef unsigned char BYTE; 00007 typedef short int INT16; 00008 typedef int32_t INT32; 00009 typedef float FLOAT32; 00010 typedef double FLOAT64; 00011 00012 #endif