|
@@ -448,10 +448,10 @@ static inline u8 dwc2_hcd_is_pipe_out(struct dwc2_hcd_pipe_info *pipe)
|
|
|
}
|
|
|
|
|
|
extern int dwc2_hcd_init(struct dwc2_hsotg *hsotg, int irq,
|
|
|
- struct dwc2_core_params *params);
|
|
|
+ const struct dwc2_core_params *params);
|
|
|
extern void dwc2_hcd_remove(struct dwc2_hsotg *hsotg);
|
|
|
extern int dwc2_set_parameters(struct dwc2_hsotg *hsotg,
|
|
|
- struct dwc2_core_params *params);
|
|
|
+ const struct dwc2_core_params *params);
|
|
|
extern void dwc2_set_all_params(struct dwc2_core_params *params, int value);
|
|
|
|
|
|
/* Transaction Execution Functions */
|