Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bcm63xx_dev_usb_usbd.h
Go to the documentation of this file.
1 #ifndef BCM63XX_DEV_USB_USBD_H_
2 #define BCM63XX_DEV_USB_USBD_H_
3 
4 /*
5  * usb device platform data
6  */
8  /* board can only support full speed (USB 1.1) */
10 
11  /* 0-based port index, for chips with >1 USB PHY */
12  int port_no;
13 };
14 
16 
17 #endif /* BCM63XX_DEV_USB_USBD_H_ */