Home
last modified time | relevance | path

Searched defs:pldm_write_file_req (Results 1 – 1 of 1) sorted by relevance

/openbmc/libpldm/include/libpldm/oem/ibm/
H A Dfile_io.h305 struct pldm_write_file_req { struct
306 uint32_t file_handle; //!< Handle to file
307 uint32_t offset; //!< Offset to file where write starts
308 uint32_t length; //!< Bytes to be written
309 uint8_t file_data[1]; //!< Address of this is where file data starts