Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-pid-control
/
29172477bf4b1a81f72996d0609e3f901e166b84
/
.
/
pid
/
util.hpp
blob: eb6e7133fb5008ec06d109da3c81538c537fe114 [
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
,
ec
::
pidinfo
*
initial
);
void
DumpPIDStruct
(
ec
::
pid_info_t
*
info
);