crashtest-r0ket/firmware/basic/uuid.h

10 lines
111 B
C
Raw Normal View History

2011-07-23 17:17:14 +00:00
#ifndef _UUID_H_
#define _UUID_H_
#include <stdint.h>
uint32_t GetUUID32(void);
void initUUID(void);
2011-07-23 17:17:14 +00:00
#endif