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>
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;