blob: 2a31b71d6e62986dc29624c500d4398fcce47839 [file] [log] [blame]
Deepak Kodihalli47795312017-03-17 07:12:08 -05001#pragma once
2
3#include <vector>
4#include <string>
5
6namespace open_power
7{
8namespace occ
9{
10namespace finder
11{
12
13/** @brief Get OCC objects on the system by mapping them to processor inventory
14 * @returns list of occ objects, such as occ0, occ1, and so on.
15 */
16std::vector<std::string> get();
17
18} // namespace finder
19} // namespace occ
20} // namespace open_power