blob: 2a31b71d6e62986dc29624c500d4398fcce47839 [file] [log] [blame]
#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