Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-proc-control
/
2548c7a35ab2ac8d8d73b8b8f5145d64f248ebe1
/
.
/
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
();