summaryrefslogtreecommitdiffstats
path: root/presence/fan_detect_defs.hpp
blob: 6c493660f8ed896471a0daa5c6c146e0bb29d809 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <map>
#include <set>
#include <tuple>
#include "fan_properties.hpp"

extern const std::map<std::string,
                      std::set<phosphor::fan::Properties>> fanDetectMap;
OpenPOWER on IntegriCloud