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