Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
f0b7fa3c46e94a662004be6a0d0d5fe14110dd99
/
.
/
pid
/
util.hpp
blob: c35f0b899140c3521223e9e1865f18966b71b4bb [
file
] [
log
] [
blame
]
#pragma
once
#include
"ec/pid.hpp"
/*
* Given a configuration structure, fill out the information we use within the
* PID loop.
*/
void
initializePIDStruct
(
ec
::
pid_info_t
*
info
,
const
ec
::
pidinfo
&
initial
);
void
dumpPIDStruct
(
ec
::
pid_info_t
*
info
);