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();