xref: /linux/arch/arm/mach-omap2/usb-tusb6010.h (revision 2b3082c6ef3b0104d822f6f18d2afbe5fc9a5c2c)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __USB_TUSB6010_H
4 #define __USB_TUSB6010_H
5 
6 extern int __init tusb6010_setup_interface(
7 		struct musb_hdrc_platform_data *data,
8 		unsigned int ps_refclk, unsigned int waitpin,
9 		unsigned int async_cs, unsigned int sync_cs,
10 		unsigned int dmachan);
11 
12 #endif /* __USB_TUSB6010_H */
13