9 lines
86 B
C++
9 lines
86 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace utils::smbios
|
|
{
|
|
std::string get_uuid();
|
|
}
|