summaryrefslogtreecommitdiffstats
path: root/fan_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'fan_properties.hpp')
-rw-r--r--fan_properties.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/fan_properties.hpp b/fan_properties.hpp
new file mode 100644
index 0000000..22d655a
--- /dev/null
+++ b/fan_properties.hpp
@@ -0,0 +1,18 @@
+#pragma once
+
+#include <string>
+#include <vector>
+#include <tuple>
+
+
+namespace phosphor
+{
+namespace fan
+{
+
+using Properties = std::tuple<std::string,
+ std::string,
+ std::vector<std::string>>;
+
+} // namespace fan
+} // namespace phosphor
OpenPOWER on IntegriCloud