mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git] / drivers / usb / chipidea / ci_hdrc_imx.h
blobc7271590dd0a8af9c8e7f79508d5cf94be79ca75
1 /*
2 * Copyright 2012 Freescale Semiconductor, Inc.
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:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 struct imx_usbmisc_data {
13 int index;
15 unsigned int disable_oc:1; /* over current detect disabled */
16 unsigned int evdo:1; /* set external vbus divider option */
19 int imx_usbmisc_init(struct imx_usbmisc_data *);
20 int imx_usbmisc_init_post(struct imx_usbmisc_data *);