Linux 3.15-rc1
[linux/fpc-iii.git] / arch / mips / include / asm / mach-bcm63xx / bcm63xx_dev_usb_usbd.h
blob5d6d6986f40b47688a3b7028257975a80cb50c3b
1 #ifndef BCM63XX_DEV_USB_USBD_H_
2 #define BCM63XX_DEV_USB_USBD_H_
4 /*
5 * usb device platform data
6 */
7 struct bcm63xx_usbd_platform_data {
8 /* board can only support full speed (USB 1.1) */
9 int use_fullspeed;
11 /* 0-based port index, for chips with >1 USB PHY */
12 int port_no;
15 int bcm63xx_usbd_register(const struct bcm63xx_usbd_platform_data *pd);
17 #endif /* BCM63XX_DEV_USB_USBD_H_ */