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