mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Revert "i2c: Support command version numbers"
This reverts commit b983290238458f88a897ce3cfb06faae9ec79a40 Dependent on reverted change. Change-Id: I3bb4c6acf4ff327f956ee5e1b6deefcd84dc8fbb Reviewed-on: https://gerrit.chromium.org/gerrit/28138 Commit-Ready: Randall Spangler <rspangler@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
@@ -22,7 +22,6 @@ struct host_cmd_handler_args {
|
||||
uint8_t command; /* Command (e.g., EC_CMD_FLASH_GET_INFO) */
|
||||
uint8_t version; /* Version of command (0-31) */
|
||||
uint8_t params_size; /* Size of input parameters in bytes */
|
||||
uint8_t i2c_old_response; /* (for I2C) send an old-style response */
|
||||
const uint8_t *params; /* Input parameters */
|
||||
/*
|
||||
* Pointer to output response data buffer. On input to the handler,
|
||||
|
||||
Reference in New Issue
Block a user