summaryrefslogtreecommitdiff
path: root/include/usb_pd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pd.h')
-rw-r--r--include/usb_pd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usb_pd.h b/include/usb_pd.h
index 31cc1c023a..997a13ff3f 100644
--- a/include/usb_pd.h
+++ b/include/usb_pd.h
@@ -1983,6 +1983,12 @@ int pd_is_ufp(int port);
int pd_is_debug_acc(int port);
#endif
+/*
+ * Notify the AP that we have entered into DisplayPort Alternate Mode. This
+ * sets a MODE_CHANGE host event which may wake the AP.
+ */
+void pd_notify_dp_alt_mode_entry(void);
+
/* ----- Logging ----- */
#ifdef CONFIG_USB_PD_LOGGING
/**