mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-05 22:41:44 +00:00
Move lpc-specific flags out of host command args
The flags are specific to the LPC interface and not used by the host command module, so shouldn't be present at that level. BUG=chrome-os-partner:20185 BRANCH=none TEST='ectool hello' still works Change-Id: I6b2c3208fc398ea40d9e7cc7bf5ec206b3e317d8 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/58631 Reviewed-by: Vic Yang <victoryang@chromium.org> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
ChromeBot
parent
1bd57bba38
commit
981208dbcf
@@ -21,7 +21,6 @@ struct host_cmd_handler_args {
|
||||
void (*send_response)(struct host_cmd_handler_args *args);
|
||||
uint8_t command; /* Command (e.g., EC_CMD_FLASH_GET_INFO) */
|
||||
uint8_t version; /* Version of command (0-31) */
|
||||
uint8_t flags; /* Flags (EC_HOST_ARGS_FLAG_*) */
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user