diff options
Diffstat (limited to 'include/linux/usb/chipidea.h')
| -rw-r--r-- | include/linux/usb/chipidea.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/linux/usb/chipidea.h b/include/linux/usb/chipidea.h index ebdfef124b2b..e17ebeee24e3 100644 --- a/include/linux/usb/chipidea.h +++ b/include/linux/usb/chipidea.h @@ -72,6 +72,7 @@ struct ci_hdrc_platform_data {  #define CI_HDRC_IMX_HSIC_ACTIVE_EVENT		2  #define CI_HDRC_IMX_HSIC_SUSPEND_EVENT		3  #define CI_HDRC_CONTROLLER_VBUS_EVENT		4 +#define CI_HDRC_CONTROLLER_PULLUP_EVENT		5  	int	(*notify_event) (struct ci_hdrc *ci, unsigned event);  	struct regulator	*reg_vbus;  	struct usb_otg_caps	ci_otg_caps; | 
