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