summaryrefslogtreecommitdiff
path: root/include/usb_pd_tcpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd_tcpm.h')
-rw-r--r--include/usb_pd_tcpm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usb_pd_tcpm.h b/include/usb_pd_tcpm.h
index 1ad9e6b03d..6cc53209a1 100644
--- a/include/usb_pd_tcpm.h
+++ b/include/usb_pd_tcpm.h
@@ -92,7 +92,8 @@ enum tcpm_transmit_type {
TCPC_TX_SOP_DEBUG_PRIME_PRIME = 4,
TCPC_TX_HARD_RESET = 5,
TCPC_TX_CABLE_RESET = 6,
- TCPC_TX_BIST_MODE_2 = 7
+ TCPC_TX_BIST_MODE_2 = 7,
+ TCPC_TX_INVALID = 0xf,
};
/* Number of valid Transmit Types */