#ifndef _UUID_H_ #define _UUID_H_ #include uint32_t GetUUID32(void); void initUUID(void); #endif