Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
c612c051a5c414180f8ebe273c24543ab95d16ee
/
.
/
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. */
};
}