summaryrefslogtreecommitdiff
path: root/include/console.h
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2014-03-13 14:28:40 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-04-12 01:45:37 +0000
commitd4c939e9eee6ceed7549791985578a4a31e30f59 (patch)
tree6b1928fb384753ec9dc4c135b27186939f957f3a /include/console.h
parent3344c8e2e64fd4985f6fbb55810452f195b7b7eb (diff)
downloadchrome-ec-d4c939e9eee6ceed7549791985578a4a31e30f59.tar.gz
USB Power Delivery core code
The protocol layer implementation for USB Power Delivery messaging. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=none TEST=none Change-Id: I7db75b004cf9dbf13fa1df95336f206e93236fc9 Reviewed-on: https://chromium-review.googlesource.com/189866 Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org> Commit-Queue: 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 a6cce1fa8c..5cd02bb5c8 100644
--- a/include/console.h
+++ b/include/console.h
@@ -51,6 +51,7 @@ enum console_channel {
CC_TASK,
CC_THERMAL,
CC_USBCHARGE,
+ CC_USBPD,
CC_VBOOT,
CC_HOOK,
/* Channel count; not itself a channel */