aboutsummaryrefslogtreecommitdiff
path: root/include/ipmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipmi.h')
-rw-r--r--include/ipmi.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ipmi.h b/include/ipmi.h
index c078471..77e4b9a 100644
--- a/include/ipmi.h
+++ b/include/ipmi.h
@@ -253,4 +253,7 @@ void ipmi_wdt_final_reset(void);
/* Discover id of settable ipmi sensors */
void ipmi_sensor_init(void);
+/* Set the boot count once the OS is up and running */
+int ipmi_set_boot_count(void);
+
#endif