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, 8 insertions, 0 deletions
diff --git a/test/fake_usbc.c b/test/fake_usbc.c
index 3f84f26219..8343b9a944 100644
--- a/test/fake_usbc.c
+++ b/test/fake_usbc.c
@@ -275,6 +275,14 @@ void dpm_run(int port)
{
}
+void dpm_evaluate_sink_fixed_pdo(int port, uint32_t vsafe5v_pdo)
+{
+}
+
+void dpm_remove_sink(int port)
+{
+}
+
static enum tcpc_rp_value lcl_rp;
__overridable void typec_select_src_current_limit_rp(int port,
enum tcpc_rp_value rp)