summaryrefslogtreecommitdiff
path: root/include/usb_dp_alt_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb_dp_alt_mode.h')
-rw-r--r--include/usb_dp_alt_mode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usb_dp_alt_mode.h b/include/usb_dp_alt_mode.h
index df968879be..430926c5bf 100644
--- a/include/usb_dp_alt_mode.h
+++ b/include/usb_dp_alt_mode.h
@@ -50,7 +50,7 @@ bool dp_entry_is_done(int port);
* @param vdo_count The number of VDOs in the ACK VDM
* @param vdm VDM from ACK
*/
-void dp_vdm_acked(int port, enum tcpm_transmit_type type, int vdo_count,
+void dp_vdm_acked(int port, enum tcpm_sop_type type, int vdo_count,
uint32_t *vdm);
/*
@@ -61,7 +61,7 @@ void dp_vdm_acked(int port, enum tcpm_transmit_type type, int vdo_count,
* @param svid The SVID of the request
* @param vdm_cmd The VDM command of the request
*/
-void dp_vdm_naked(int port, enum tcpm_transmit_type type, uint8_t vdm_cmd);
+void dp_vdm_naked(int port, enum tcpm_sop_type type, uint8_t vdm_cmd);
/*
* Construct the next DisplayPort VDM that should be sent.