summaryrefslogtreecommitdiff
path: root/include/usb_pe_sm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_pe_sm.h')
-rw-r--r--include/usb_pe_sm.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/usb_pe_sm.h b/include/usb_pe_sm.h
index 2a9d466b2e..bfa6f3012f 100644
--- a/include/usb_pe_sm.h
+++ b/include/usb_pe_sm.h
@@ -98,13 +98,6 @@ void pe_got_soft_reset(int port);
void pe_hard_reset_sent(int port);
/**
- * Informs the Policy Engine that a Fast Role Swap signal was detected
- *
- * @param port USB-C port number
- */
-void pe_got_frs_signal(int port);
-
-/**
* Exit DP mode
*
* @param port USB-C port number
@@ -141,18 +134,6 @@ void pe_ps_reset_complete(int port);
void pe_vconn_swap_complete(int port);
/**
- * Instructs the Policy Engine to send a Vendor Defined Message
- *
- * @param port USB-C port number
- * @param vid Vendor ID
- * @param cmd Vendor Defined Command
- * @param data Vendor Defined Data
- * @param count Size of Vendor Defined Data in 32-bit objects
- */
-void pe_send_vdm(int port, uint32_t vid, int cmd, const uint32_t *data,
- int count);
-
-/**
* Indicates if an explicit contract is in place
*
* @param port USB-C port number