diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-omap3/musb.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-omap3/musb.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-omap3/musb.h b/roms/u-boot/arch/arm/include/asm/arch-omap3/musb.h new file mode 100644 index 00000000..cee4ed31 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-omap3/musb.h @@ -0,0 +1,13 @@ +/* + * (C) Copyright 2012 + * Ilya Yanok, <ilya.yanok@gmail.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ASM_ARCH_OMAP3_MUSB_H +#define __ASM_ARCH_OMAP3_MUSB_H +extern void am35x_musb_reset(void); +extern void am35x_musb_phy_power(u8 on); +extern void am35x_musb_clear_irq(void); +#endif |