Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
7208eedee8a292935a742317b244542b2ee383c6
/
.
/
pid
/
pidthread.hpp
blob: 670d558af520b476c9dc61c8dd821f8ddf7bfd7e [
file
] [
log
] [
blame
]
Patrick Venture
d801218
2018-03-08 08:21:38 -0800
[
diff
] [
blame
]
1
#pragma
once
2
3
#include
"pid/zone.hpp"
4
5
/* Given a zone, run through the loops. */
6
void
PIDControlThread
(
std
::
shared_ptr
<
PIDZone
>
zone
);