summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index bc5cc09d31..12eb453ccb 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -5008,6 +5008,7 @@ struct ec_params_usb_pd_mux_info {
#define USB_PD_MUX_POLARITY_INVERTED (1 << 2) /* CC line Polarity inverted */
#define USB_PD_MUX_HPD_IRQ (1 << 3) /* HPD IRQ is asserted */
#define USB_PD_MUX_HPD_LVL (1 << 4) /* HPD level is asserted */
+#define USB_PD_MUX_SAFE_MODE (1 << 5) /* DP is in safe mode */
struct ec_response_usb_pd_mux_info {
uint8_t flags; /* USB_PD_MUX_*-encoded USB mux state */