xref: /openbmc/phosphor-fan-presence/monitor/fan_defs.hpp (revision 9e9f599cece7fe6cdf99b1927a515fc8a552b7e9)
1 #pragma once
2 
3 #include "types.hpp"
4 
5 extern const std::vector<phosphor::fan::monitor::FanDefinition> fanDefinitions;
6 
7 extern const std::vector<phosphor::fan::monitor::CreateGroupFunction>
8     trustGroups;
9