summaryrefslogtreecommitdiff
path: root/test/fake_usbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fake_usbc.c')
-rw-r--r--test/fake_usbc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/fake_usbc.c b/test/fake_usbc.c
index 8ed2771f5e..7536fa5e97 100644
--- a/test/fake_usbc.c
+++ b/test/fake_usbc.c
@@ -244,10 +244,6 @@ void dp_vdm_acked(int port, int cmd)
{
}
-void dp_reset_next_command(int port)
-{
-}
-
void dpm_init(int port)
{
}
@@ -257,6 +253,10 @@ void dpm_vdm_acked(int port, enum tcpm_transmit_type type, int vdo_count,
{
}
+void dp_teardown(int port)
+{
+}
+
void dpm_vdm_naked(int port, enum tcpm_transmit_type type, uint16_t svid,
uint8_t vdm_cmd)
{