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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/usb_pe_sm.h b/include/usb_pe_sm.h
index 4c7c375d16..d6ecb4d400 100644
--- a/include/usb_pe_sm.h
+++ b/include/usb_pe_sm.h
@@ -50,7 +50,7 @@ void pe_message_sent(int port);
* @param e error
* @param type port address where error was generated
*/
-void pe_report_error(int port, enum pe_error e, enum tcpm_sop_type type);
+void pe_report_error(int port, enum pe_error e, enum tcpci_msg_type type);
/**
* Informs the Policy Engine of a discard.
@@ -186,4 +186,3 @@ void pe_clear_port_data(int port);
#endif /* TEST_BUILD */
#endif /* __CROS_EC_USB_PE_H */
-