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 55a4e14..3c23dc9 100644
--- a/include/pldm.h
+++ b/include/pldm.h
@@ -31,4 +31,9 @@ int pldm_platform_power_off(void);
*/
int pldm_platform_restart(void);
+/**
+ * Update the firmware version device-tree field
+ */
+int pldm_fru_dt_add_bmc_version(void);
+
#endif /* __PLDM_H__ */