blob: de34fefef7b062d870d5c12f5bb054e2f7f456d0 [file] [log] [blame]
Andrew Geissler2548c7a2017-05-18 15:35:40 -05001#include <stdint.h>
2
3/**
4 * @brief Get the current boot count for the host
5 *
6 * The boot count indicates how many more times the bmc will try to
7 * boot the host.
8 *
9 * @return Number of boot attempts left
10 **/
Andrew Geisslerd8dd9b22017-08-19 13:44:44 -050011uint32_t getBootCount();