aboutsummaryrefslogtreecommitdiff
path: root/include/pldm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pldm.h')
-rw-r--r--include/pldm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/pldm.h b/include/pldm.h
index 3c23dc9..9c5369e 100644
--- a/include/pldm.h
+++ b/include/pldm.h
@@ -5,6 +5,8 @@
#ifndef __PLDM_H__
#define __PLDM_H__
+#include <skiboot.h>
+
/**
* Handle PLDM messages received from MCTP
*/
@@ -36,4 +38,9 @@ int pldm_platform_restart(void);
*/
int pldm_fru_dt_add_bmc_version(void);
+/**
+ * Convert lid ids data to pnor structure
+ */
+int pldm_lid_files_init(struct blocklevel_device **bl);
+
#endif /* __PLDM_H__ */