blob: 6c493660f8ed896471a0daa5c6c146e0bb29d809 [file] [log] [blame]
Matthew Barth1080b382017-02-17 15:50:43 -06001#pragma once
2
3#include <map>
4#include <set>
5#include <tuple>
6#include "fan_properties.hpp"
7
8extern const std::map<std::string,
9 std::set<phosphor::fan::Properties>> fanDetectMap;