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 7536fa5e97..37d1c0bf09 100644
--- a/test/fake_usbc.c
+++ b/test/fake_usbc.c
@@ -266,10 +266,18 @@ void dpm_set_mode_entry_done(int port)
{
}
+void dpm_set_mode_exit_request(int port)
+{
+}
+
void dpm_attempt_mode_entry(int port)
{
}
+void dpm_attempt_mode_exit(int port)
+{
+}
+
static enum tcpc_rp_value lcl_rp;
__overridable void typec_select_src_current_limit_rp(int port,
enum tcpc_rp_value rp)