summaryrefslogtreecommitdiffstats
path: root/occ_finder.hpp
blob: 2a31b71d6e62986dc29624c500d4398fcce47839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#include <vector>
#include <string>

namespace open_power
{
namespace occ
{
namespace finder
{

/** @brief Get OCC objects on the system by mapping them to processor inventory
 *  @returns list of occ objects, such as occ0, occ1, and so on.
 */
std::vector<std::string> get();

} // namespace finder
} // namespace occ
} // namespace open_power
OpenPOWER on IntegriCloud