certificate/include/os/machine.h

15 lines
266 B
C
Raw Permalink Normal View History

2025-06-20 18:17:05 +00:00
#include <stdint.h>
#include "cerdef.h"
#include "cert_export.h"
/*
MAC地址 + + ID的SHA-256
*/
namespace os {
// 获取mac地址
extern void CEREXPORT GetMacAddress(MacAddr_t* mac);
} // os