blob: 22d655afe3f783ef93211fae88ba3886d1dd7c81 [file] [log] [blame]
Matthew Barthb8034452017-02-17 16:39:46 -06001#pragma once
2
3#include <string>
4#include <vector>
5#include <tuple>
6
7
8namespace phosphor
9{
10namespace fan
11{
12
13using Properties = std::tuple<std::string,
14 std::string,
15 std::vector<std::string>>;
16
17} // namespace fan
18} // namespace phosphor