Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-proc-control
/
d1df1e2755d7d943d1a5519ed86ec6291a7feaa5
/
.
/
ext_interface.hpp
blob: deb21d8c1a010f1bbcb88279de4db59b5d0c84e3 [
file
] [
log
] [
blame
]
#include
<stdint.h>
/**
* @brief Get the current boot count for the host
*
* The boot count indicates how many more times the bmc will try to
* boot the host.
*
* @return Number of boot attempts left
**/
int
getBootCount
();