Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
openpower-proc-control
/
3ae7ed4f5174a12c198e4c428c7bb3f804b36215
/
.
/
ext_interface.hpp
blob: de34fefef7b062d870d5c12f5bb054e2f7f456d0 [
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
**/
uint32_t
getBootCount
();