xref: /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/musb.h (revision 73eed452b9c9827474c0789c30729dca6fcf061d)
108fc7171SIlya Yanok /*
208fc7171SIlya Yanok  * (C) Copyright 2012
308fc7171SIlya Yanok  * Ilya Yanok, <ilya.yanok@gmail.com>
408fc7171SIlya Yanok  *
51a459660SWolfgang Denk  * SPDX-License-Identifier:	GPL-2.0+
608fc7171SIlya Yanok  */
708fc7171SIlya Yanok 
808fc7171SIlya Yanok #ifndef __ASM_ARCH_OMAP3_MUSB_H
908fc7171SIlya Yanok #define __ASM_ARCH_OMAP3_MUSB_H
10*1cac34ceSMugunthan V N void am35x_musb_reset(struct udevice *dev);
11*1cac34ceSMugunthan V N void am35x_musb_phy_power(struct udevice *dev, u8 on);
12*1cac34ceSMugunthan V N void am35x_musb_clear_irq(struct udevice *dev);
1308fc7171SIlya Yanok #endif
14