summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'storagehandler.h')
-rw-r--r--storagehandler.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/storagehandler.h b/storagehandler.h
index 1849fc7..009b281 100644
--- a/storagehandler.h
+++ b/storagehandler.h
@@ -46,6 +46,15 @@ struct ReadFruDataRequest
}__attribute__ ((packed));
/**
+ * @struct Read FRU Data command response data
+ */
+struct ReadFruDataResponse
+{
+ uint8_t count; ///< Response data Count.
+ uint8_t data[]; ///< Response data.
+}__attribute__ ((packed));
+
+/**
* @struct Get FRU inventory area info command request data
*/
struct FruInvenAreaInfoRequest
OpenPOWER on IntegriCloud