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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usb_pe_sm.h b/include/usb_pe_sm.h
index 8089fddb55..949df6d516 100644
--- a/include/usb_pe_sm.h
+++ b/include/usb_pe_sm.h
@@ -78,6 +78,13 @@ void pe_message_sent(int port);
void pe_report_error(int port, enum pe_error e, enum tcpm_transmit_type type);
/**
+ * Informs the Policy Engine of a discard.
+ *
+ * @param port USB-C port number
+ */
+void pe_report_discard(int port);
+
+/**
* Called by the Protocol Layer to informs the Policy Engine
* that a message has been received.
*