|
@@ -7,6 +7,9 @@
|
|
* key configuration differences between boards.
|
|
* key configuration differences between boards.
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
+#ifndef __LINUX_USB_MUSB_H
|
|
|
|
+#define __LINUX_USB_MUSB_H
|
|
|
|
+
|
|
/* The USB role is defined by the connector used on the board, so long as
|
|
/* The USB role is defined by the connector used on the board, so long as
|
|
* standards are being followed. (Developer boards sometimes won't.)
|
|
* standards are being followed. (Developer boards sometimes won't.)
|
|
*/
|
|
*/
|
|
@@ -101,3 +104,5 @@ extern int __init tusb6010_setup_interface(
|
|
extern int tusb6010_platform_retime(unsigned is_refclk);
|
|
extern int tusb6010_platform_retime(unsigned is_refclk);
|
|
|
|
|
|
#endif /* OMAP2 */
|
|
#endif /* OMAP2 */
|
|
|
|
+
|
|
|
|
+#endif /* __LINUX_USB_MUSB_H */
|