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