Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
05c02b2dabb441a73a82507d8ab5773f7bcec8db
/
.
/
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
);