summaryrefslogtreecommitdiffstats
path: root/extensions/openpower-pels/paths.hpp
blob: 91d8c5f5ac71411e1caa78a08275a2209541ae2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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();

/**
 * @brief Returns the path to the message registry JSON file
 */
std::filesystem::path getMessageRegistryPath();
} // namespace pels
} // namespace openpower
OpenPOWER on IntegriCloud