summaryrefslogtreecommitdiff
path: root/test/usb_tcpmv2_compliance.h
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2021-08-18 12:21:41 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-18 23:04:52 +0000
commit110f908a498551a9f90d86d8b5dd369acdf98438 (patch)
treef192b41790edf592188180d5efe4eb24e0a0ac07 /test/usb_tcpmv2_compliance.h
parent59e395027ab03c0ca2b5263193b30dff1c063c44 (diff)
downloadchrome-ec-110f908a498551a9f90d86d8b5dd369acdf98438.tar.gz
TCPM: Remove enum pd_msg_type
Convert usages of this enum to tcpm_sop_type. BUG=b:155476419 TEST=make buildall BRANCH=none Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Change-Id: I5fed273d72e7ad0e191db0cb0d121b70bdd9ecdb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3104291 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'test/usb_tcpmv2_compliance.h')
-rw-r--r--test/usb_tcpmv2_compliance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/usb_tcpmv2_compliance.h b/test/usb_tcpmv2_compliance.h
index a6457eb23d..6566a54e51 100644
--- a/test/usb_tcpmv2_compliance.h
+++ b/test/usb_tcpmv2_compliance.h
@@ -54,7 +54,7 @@ enum pd_rev_type partner_get_pd_rev(void);
#define TCPC_TX_SOP_ALL -1
void partner_tx_msg_id_reset(int sop);
-void partner_send_msg(enum pd_msg_type sop,
+void partner_send_msg(enum tcpm_sop_type sop,
uint16_t type,
uint16_t cnt,
uint16_t ext,