|
@@ -880,6 +880,7 @@ enum dwc2_halt_status {
|
|
* The following functions support initialization of the core driver component
|
|
* The following functions support initialization of the core driver component
|
|
* and the DWC_otg controller
|
|
* and the DWC_otg controller
|
|
*/
|
|
*/
|
|
|
|
+extern int dwc2_core_reset(struct dwc2_hsotg *hsotg);
|
|
extern void dwc2_core_host_init(struct dwc2_hsotg *hsotg);
|
|
extern void dwc2_core_host_init(struct dwc2_hsotg *hsotg);
|
|
extern int dwc2_enter_hibernation(struct dwc2_hsotg *hsotg);
|
|
extern int dwc2_enter_hibernation(struct dwc2_hsotg *hsotg);
|
|
extern int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore);
|
|
extern int dwc2_exit_hibernation(struct dwc2_hsotg *hsotg, bool restore);
|