summaryrefslogtreecommitdiffstats
path: root/occ_finder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_finder.hpp')
-rw-r--r--occ_finder.hpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/occ_finder.hpp b/occ_finder.hpp
new file mode 100644
index 0000000..2a31b71
--- /dev/null
+++ b/occ_finder.hpp
@@ -0,0 +1,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