summaryrefslogtreecommitdiff
path: root/include/host_command.h
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-06-13 20:35:23 -0700
committerChromeBot <chrome-bot@google.com>2013-06-14 16:16:23 -0700
commit7402388c587e03181559f859f797f27c840c32ab (patch)
tree24c3652102379847d81aefd5d9dc5b34d0486ec9 /include/host_command.h
parent981208dbcf31067ba85519ec9e8ec22d19ceed4d (diff)
downloadchrome-ec-7402388c587e03181559f859f797f27c840c32ab.tar.gz
Move i2c_old_response flag to i2c interface module
It's not used by the host command module or handlers, so shouldn't be exposed to them. BUG=chrome-os-partner:20185 BRANCH=none TEST='ectool hello' still works Change-Id: I0122bd9ef33e71afab7e5cc035fb3b9d220334c6 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/58632 Reviewed-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Simon Glass <sjg@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 9681be7b1a..cc14d672af 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 void *params; /* Input parameters */
/*
* Pointer to output response data buffer. On input to the handler,