blob: 334165c26ca34ce433b95d8f9d715d6cefba3944 [file] [log] [blame]
Matt Spinlerdf13bdb2019-07-10 16:54:13 -05001#pragma once
2#include <filesystem>
3
4namespace openpower
5{
6namespace pels
7{
8
9/**
10 * @brief Returns the path to the PEL ID file
11 */
12std::filesystem::path getPELIDFile();
13
14} // namespace pels
15} // namespace openpower