|
@@ -92,6 +92,7 @@ extern void musb_host_rx(struct musb *, u8);
|
|
|
extern void musb_root_disconnect(struct musb *musb);
|
|
|
extern void musb_host_resume_root_hub(struct musb *musb);
|
|
|
extern void musb_host_poke_root_hub(struct musb *musb);
|
|
|
+extern void musb_port_suspend(struct musb *musb, bool do_suspend);
|
|
|
#else
|
|
|
static inline struct musb *hcd_to_musb(struct usb_hcd *hcd)
|
|
|
{
|
|
@@ -121,6 +122,7 @@ static inline void musb_root_disconnect(struct musb *musb) {}
|
|
|
static inline void musb_host_resume_root_hub(struct musb *musb) {}
|
|
|
static inline void musb_host_poll_rh_status(struct musb *musb) {}
|
|
|
static inline void musb_host_poke_root_hub(struct musb *musb) {}
|
|
|
+static inline void musb_port_suspend(struct musb *musb, bool do_suspend) {}
|
|
|
#endif
|
|
|
|
|
|
struct usb_hcd;
|