summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEdward Hill <ecgh@chromium.org>2020-12-17 15:30:09 -0700
committerCommit Bot <commit-bot@chromium.org>2020-12-18 02:51:57 +0000
commit2d3880546c4484501d80856183ac2b1f7640d27d (patch)
treea8f0e796357cbbd8411a5814d15f58fb9c06ee06 /include
parent8bc8a505f25f219cc1b072be87f26a61e58b6173 (diff)
downloadchrome-ec-2d3880546c4484501d80856183ac2b1f7640d27d.tar.gz
TCPMv2: Remove test/usb_tcpmv2_tcpci.c
Remove test/usb_tcpmv2_tcpci.c to avoid duplication with test/usb_tcpmv2_compliance.c BUG=none BRANCH=none TEST=make run-usb_tcpmv2_compliance Signed-off-by: Edward Hill <ecgh@chromium.org> Change-Id: Ie62d0f7e2cc30c3086e03103a43dede5515006b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2597598 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/mock/tcpci_i2c_mock.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mock/tcpci_i2c_mock.h b/include/mock/tcpci_i2c_mock.h
index 828ebd86bb..7b068280d4 100644
--- a/include/mock/tcpci_i2c_mock.h
+++ b/include/mock/tcpci_i2c_mock.h
@@ -20,10 +20,6 @@ int verify_tcpci_transmit(enum tcpm_transmit_type tx_type,
enum pd_ctrl_msg_type ctrl_msg,
enum pd_data_msg_type data_msg);
-int verify_tcpci_ignore_transmit(enum tcpm_transmit_type tx_type,
- enum pd_ctrl_msg_type ctrl_msg,
- enum pd_data_msg_type data_msg);
-
int verify_tcpci_tx_retry_count(enum tcpm_transmit_type tx_type,
enum pd_ctrl_msg_type ctrl_msg,
enum pd_data_msg_type data_msg,
@@ -37,8 +33,4 @@ int verify_tcpci_tx_timeout(enum tcpm_transmit_type tx_type,
void mock_tcpci_receive(enum pd_msg_type sop, uint16_t header,
uint32_t *payload);
-bool mock_rm_if_tx(enum tcpm_transmit_type want_tx_type,
- enum pd_ctrl_msg_type want_ctrl_msg,
- enum pd_data_msg_type want_data_msg);
-
void tcpci_register_dump(void);