Your IP : 216.73.216.14


Current Path : /usr/src/linux-headers-5.4.0-150/include/linux/platform_data/
Upload File :
Current File : //usr/src/linux-headers-5.4.0-150/include/linux/platform_data/ehci-sh.h

/* SPDX-License-Identifier: GPL-2.0
 *
 * EHCI SuperH driver platform data
 *
 * Copyright (C) 2012  Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
 * Copyright (C) 2012  Renesas Solutions Corp.
 */

#ifndef __USB_EHCI_SH_H
#define __USB_EHCI_SH_H

struct ehci_sh_platdata {
	void (*phy_init)(void); /* Phy init function */
};

#endif /* __USB_EHCI_SH_H */