diff options
author | make shi <b15407@freescale.com> | 2012-08-24 13:52:38 +0800 |
---|---|---|
committer | make shi <b15407@freescale.com> | 2012-08-24 14:03:03 +0800 |
commit | cc2e51368f2620a37370746eaf35f0b70674b31e (patch) | |
tree | 7f748e4475ed5f0667b065f2b7f9f2095a1a111d | |
parent | 804a4d36965cec49025174cf25f3f784aba41e32 (diff) |
ENGR00221317-01 Mx6 USB host: set stop_mode_config when any USB host enabled
MSL headfile part change.
Signed-off-by: make shi <b15407@freescale.com>
-rw-r--r-- | arch/arm/mach-mx6/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/usb.h b/arch/arm/mach-mx6/usb.h index f796e7dad87c..6914246826f6 100644 --- a/arch/arm/mach-mx6/usb.h +++ b/arch/arm/mach-mx6/usb.h @@ -30,6 +30,9 @@ extern void gpio_usbotg_utmi_inactive(void); extern void __init mx6_usb_dr_init(void); extern bool usb_icbug_swfix_need(void); +extern int usb_stop_mode_refcount(bool enable); +extern void usb_stop_mode_lock(void); +extern void usb_stop_mode_unlock(void); extern void __init mx6_usb_h2_init(void); extern void __init mx6_usb_h3_init(void); |