Matt Spinler | 35b156b | 2017-04-27 12:35:23 -0500 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "types.hpp" | ||||
4 | |||||
5 | extern const std::vector<phosphor::fan::monitor::FanDefinition> | ||||
6 | fanDefinitions; | ||||
Matt Spinler | 35108a7 | 2017-09-28 13:02:32 -0500 | [diff] [blame] | 7 | |
8 | extern const std::vector<phosphor::fan::monitor::CreateGroupFunction> | ||||
9 | trustGroups; |