Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-fan-presence
/
736d1432e8b9d4c44b06e529e3c8cea1efe0b32e
/
.
/
fan_properties.hpp
blob: 22d655afe3f783ef93211fae88ba3886d1dd7c81 [
file
] [
log
] [
blame
]
#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