Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
5c7cc54577efc9fcb2ae4cb9f27e550f4f417694
/
.
/
pid
/
pidthread.hpp
blob: 37c416ae3007e8355ae52a38c887fef3a20aac77 [
file
] [
log
] [
blame
]
#pragma
once
#include
"pid/zone.hpp"
/* Given a zone, run through the loops. */
void
PIDControlThread
(
PIDZone
*
zone
);