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