Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / drivers / usb / chipidea / ci_hdrc_imx.h
CommitLineData
d142d6be
RZ
1/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
3 *
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
05986ba9 12struct imx_usbmisc_data {
d142d6be
RZ
13 int index;
14
7b8bc3aa 15 unsigned int disable_oc:1; /* over current detect disabled */
a0685330 16 unsigned int evdo:1; /* set external vbus divider option */
d142d6be
RZ
17};
18
05986ba9
SH
19int imx_usbmisc_init(struct imx_usbmisc_data *);
20int imx_usbmisc_init_post(struct imx_usbmisc_data *);
This page took 0.10604 seconds and 5 git commands to generate.