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