summaryrefslogtreecommitdiffstats
path: root/ext_interface.hpp
blob: de34fefef7b062d870d5c12f5bb054e2f7f456d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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();
OpenPOWER on IntegriCloud