1*8e0285abSLinus Walleij /* SPDX-License-Identifier: GPL-2.0 */ 2*8e0285abSLinus Walleij 3*8e0285abSLinus Walleij #ifndef __USB_TUSB6010_H 4*8e0285abSLinus Walleij #define __USB_TUSB6010_H 5*8e0285abSLinus Walleij 6*8e0285abSLinus Walleij extern int __init tusb6010_setup_interface( 7*8e0285abSLinus Walleij struct musb_hdrc_platform_data *data, 8*8e0285abSLinus Walleij unsigned int ps_refclk, unsigned int waitpin, 9*8e0285abSLinus Walleij unsigned int async_cs, unsigned int sync_cs, 10*8e0285abSLinus Walleij unsigned int dmachan); 11*8e0285abSLinus Walleij 12*8e0285abSLinus Walleij #endif /* __USB_TUSB6010_H */ 13