aboutsummaryrefslogtreecommitdiff
path: root/include/pldm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pldm.h')
-rw-r--r--include/pldm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pldm.h b/include/pldm.h
index e33de7d..7f944e7 100644
--- a/include/pldm.h
+++ b/include/pldm.h
@@ -65,4 +65,9 @@ int pldm_watchdog_init(void);
int pldm_platform_send_progress_state_change(
enum pldm_state_set_boot_progress_state_values state);
+/**
+ * Configure real-time clock
+ */
+void pldm_rtc_init(void);
+
#endif /* __PLDM_H__ */