Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
e8adaa0249e9e0eb0c447f3e5a49a5913c285a3f
/
.
/
pid
/
fan.hpp
blob: a16942b917604df8543e167b45295cbfd3d0054f [
file
] [
log
] [
blame
]
#pragma
once
namespace
pid_control
{
enum
class
FanSpeedDirection
{
DOWN
,
UP
,
NEUTRAL
,
/* not sure this will ever happen, but for completeness. */
};
}