00001 /******************************************************************************/ 00013 #ifndef UID_H_ 00014 #define UID_H_ 00015 00016 // \cond 00017 #include <inttypes.h> 00018 #include <types.h> 00019 // \endcond 00020 00021 /************************************************************/ 00030 int HAL_ReadUid(uint64_t *id); 00031 00032 #endif /* UID_H_ */