Matthew Barth | 1080b38 | 2017-02-17 15:50:43 -0600 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include <map> | ||||
4 | #include <set> | ||||
5 | #include <tuple> | ||||
6 | #include "fan_properties.hpp" | ||||
7 | |||||
8 | extern const std::map<std::string, | ||||
9 | std::set<phosphor::fan::Properties>> fanDetectMap; |