summaryrefslogtreecommitdiffstats
path: root/monitor/fan_defs.hpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-04-27 12:35:23 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-05-11 13:52:49 -0500
commit35b156b79c1314de79e4728ef313f5164ae2ec32 (patch)
tree6603ba2412a514c138f6c728973fc3f2e55a1764 /monitor/fan_defs.hpp
parente567dd24a8d943b4655ed2db74ce3639b05652bc (diff)
downloadphosphor-fan-presence-35b156b79c1314de79e4728ef313f5164ae2ec32.tar.gz
phosphor-fan-presence-35b156b79c1314de79e4728ef313f5164ae2ec32.zip
Fan monitor data
This commit contains the data that will be used by the monitor code. The generated.cpp file will later be generated during the build by a python script. Change-Id: I4dc4552ae8e58cd27478416888dd3363e7c2bf3f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'monitor/fan_defs.hpp')
-rw-r--r--monitor/fan_defs.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/monitor/fan_defs.hpp b/monitor/fan_defs.hpp
new file mode 100644
index 0000000..2cfd44a
--- /dev/null
+++ b/monitor/fan_defs.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+#include "types.hpp"
+
+extern const std::vector<phosphor::fan::monitor::FanDefinition>
+fanDefinitions;
OpenPOWER on IntegriCloud