9 lines
86 B
C++
Raw Normal View History

2023-10-09 16:54:34 +01:00
#pragma once
#include <string>
namespace utils::smbios
{
std::string get_uuid();
}