summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-07-22 12:24:59 -0700
committerGerrit <chrome-bot@google.com>2012-07-22 13:17:03 -0700
commitfbfc353cefa63b75a3e47e703b2eb47bac32d8f4 (patch)
tree681da47b3d26e3f0ec23c82289db40e99d27bd3c /include/host_command.h
parent7143c4544c4076a6b8f6d65d79d6524d34dea7b7 (diff)
downloadchrome-ec-fbfc353cefa63b75a3e47e703b2eb47bac32d8f4.tar.gz
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>
Diffstat (limited to 'include/host_command.h')
-rw-r--r--include/host_command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/host_command.h b/include/host_command.h
index 135f493737..a88761a6e2 100644
--- a/include/host_command.h
+++ b/include/host_command.h
@@ -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,