summaryrefslogtreecommitdiff
path: root/common/usbc/usb_pe_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbc/usb_pe_private.h')
-rw-r--r--common/usbc/usb_pe_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/usbc/usb_pe_private.h b/common/usbc/usb_pe_private.h
index 5eafb7befd..b71cfced86 100644
--- a/common/usbc/usb_pe_private.h
+++ b/common/usbc/usb_pe_private.h
@@ -92,6 +92,11 @@ enum {
PE_FLAGS_ENTERING_EPR_FN,
/* In EPR mode */
PE_FLAGS_IN_EPR_FN,
+ /*
+ * Indicate the port exited EPR mode explicitly. If this is set, the
+ * port wouldn't enter EPR mode automatically.
+ */
+ PE_FLAGS_EPR_EXPLICIT_EXIT_FN,
/* Discovery disabled due to UFP/PD 2.0 constraint. */
PE_FLAGS_DISCOVERY_DISABLED_FN,
/* Last element */