162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci 362306a36Sopenharmony_ci#ifndef __USB_TUSB6010_H 462306a36Sopenharmony_ci#define __USB_TUSB6010_H 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciextern int __init tusb6010_setup_interface( 762306a36Sopenharmony_ci struct musb_hdrc_platform_data *data, 862306a36Sopenharmony_ci unsigned int ps_refclk, unsigned int waitpin, 962306a36Sopenharmony_ci unsigned int async_cs, unsigned int sync_cs, 1062306a36Sopenharmony_ci unsigned int dmachan); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __USB_TUSB6010_H */ 13