aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-omap2/usb-tusb6010.h
blob: d210ff6238c268c9f0d50716047e980542f49eb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __USB_TUSB6010_H
#define __USB_TUSB6010_H

extern int __init tusb6010_setup_interface(
		struct musb_hdrc_platform_data *data,
		unsigned int ps_refclk, unsigned int waitpin,
		unsigned int async_cs, unsigned int sync_cs,
		unsigned int dmachan);

#endif /* __USB_TUSB6010_H */