summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorAlec Berg <alecaberg@chromium.org>2014-06-21 04:00:57 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-06-28 00:55:35 +0000
commitd7c19b023687b33eebe5fe429961a13305c71566 (patch)
tree51e81822645d7b9aace74b8868a5553faeb1e620 /include/console.h
parentf8171d72f30392807af3b69450b7153ef0b1082f (diff)
downloadchrome-ec-d7c19b023687b33eebe5fe429961a13305c71566.tar.gz
samus: add retry mechanism for EC to PD host commands
Add a retry mechanism for EC to PD host commands to make the communication channel more robust. BUG=none BRANCH=none TEST=run on system to verify that we don't drop host commands to PD MCU. Change-Id: Ida6f02a149e4dd9e85a5aac21790928b16864104 Signed-off-by: Alec Berg <alecaberg@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205148 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include/console.h')
-rw-r--r--include/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index a7ee2f1b67..8890e7c838 100644
--- a/include/console.h
+++ b/include/console.h
@@ -43,6 +43,7 @@ enum console_channel {
CC_LIGHTBAR,
CC_LPC,
CC_MOTION_SENSE,
+ CC_PD_HOST_CMD,
CC_PORT80,
CC_PWM,
CC_SPI,