summaryrefslogtreecommitdiff
path: root/include/usb_pe_sm.h
diff options
context:
space:
mode:
authorSam Hurst <shurst@google.com>2020-06-03 14:52:27 -0700
committerCommit Bot <commit-bot@chromium.org>2020-06-25 03:55:36 +0000
commitd945012134ae499ff8903739d5472f5cdd51703a (patch)
tree18d0f4fa130e1888b220d2832700a9a023db0582 /include/usb_pe_sm.h
parentb38f3970ef0ea24c77a8ceeddd0f3eae3692c702 (diff)
downloadchrome-ec-d945012134ae499ff8903739d5472f5cdd51703a.tar.gz
TCPMV2: Add support for sending Alert Messages
Add support for sending Alert OVC and OVP messages BRANCH=none BUG=b:117854867 TEST=make -j buildall Signed-off-by: Sam Hurst <shurst@google.com> Change-Id: Ia436c8869880897ea9af0c2c2b0d6e9288831a8f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2229285 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'include/usb_pe_sm.h')
-rw-r--r--include/usb_pe_sm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb_pe_sm.h b/include/usb_pe_sm.h
index e69eff572f..8089fddb55 100644
--- a/include/usb_pe_sm.h
+++ b/include/usb_pe_sm.h
@@ -42,6 +42,7 @@ enum pe_dpm_request {
DPM_REQUEST_HARD_RESET_SEND = BIT(15),
DPM_REQUEST_SOFT_RESET_SEND = BIT(16),
DPM_REQUEST_PORT_DISCOVERY = BIT(17),
+ DPM_REQUEST_SEND_ALERT = BIT(18),
};
/**