blob: 334165c26ca34ce433b95d8f9d715d6cefba3944 [file] [log] [blame]
#pragma once
#include <filesystem>
namespace openpower
{
namespace pels
{
/**
* @brief Returns the path to the PEL ID file
*/
std::filesystem::path getPELIDFile();
} // namespace pels
} // namespace openpower