aboutsummaryrefslogtreecommitdiff
path: root/core/pldm/pldm.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/pldm/pldm.h')
-rw-r--r--core/pldm/pldm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pldm/pldm.h b/core/pldm/pldm.h
index ef01576..f1ff373 100644
--- a/core/pldm/pldm.h
+++ b/core/pldm/pldm.h
@@ -54,6 +54,8 @@ int pldm_responder_init(void);
/* Requester support */
int pldm_file_io_read_file(uint32_t file_handle, uint32_t file_length,
uint32_t pos, void *buf, uint64_t len);
+int pldm_file_io_write_file(uint32_t file_handle, uint32_t pos,
+ const void *buf, uint64_t len);
int pldm_file_io_init(void);
int pldm_fru_get_bmc_version(void *bv, int len);