summaryrefslogtreecommitdiff
path: root/driver/usb_mux/tusb1064.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/usb_mux/tusb1064.h')
-rw-r--r--driver/usb_mux/tusb1064.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver/usb_mux/tusb1064.h b/driver/usb_mux/tusb1064.h
index a71d6defa3..5ab8b60e16 100644
--- a/driver/usb_mux/tusb1064.h
+++ b/driver/usb_mux/tusb1064.h
@@ -137,7 +137,8 @@
* or when no HPD physical pin is connected.
* Writes HPD infomration to the General_1 Registor.
*/
-void tusb1044_hpd_update(const struct usb_mux *me, mux_state_t mux_state);
+void tusb1044_hpd_update(const struct usb_mux *me, mux_state_t mux_state,
+ bool *ack_required);
#endif
/**