#ifndef BCM63XX_DEV_USB_USBD_H_#define BCM63XX_DEV_USB_USBD_H_/* * usb device platform data */structbcm63xx_usbd_platform_data{/* board can only support full speed (USB 1.1) */intuse_fullspeed;/* 0-based port index, for chips with >1 USB PHY */intport_no;};intbcm63xx_usbd_register(conststructbcm63xx_usbd_platform_data*pd);#endif /* BCM63XX_DEV_USB_USBD_H_ */