summaryrefslogtreecommitdiffstats
path: root/fan_properties.hpp
blob: 22d655afe3f783ef93211fae88ba3886d1dd7c81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include <string>
#include <vector>
#include <tuple>


namespace phosphor
{
namespace fan
{

using Properties = std::tuple<std::string,
                              std::string,
                              std::vector<std::string>>;

} // namespace fan
} // namespace phosphor
OpenPOWER on IntegriCloud