blob: cee4ed311e2f811400c8636fa44b7d959eb40191 [file] [log] [blame]
Ilya Yanok08fc7172012-11-06 13:48:27 +00001/*
2 * (C) Copyright 2012
3 * Ilya Yanok, <ilya.yanok@gmail.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Ilya Yanok08fc7172012-11-06 13:48:27 +00006 */
7
8#ifndef __ASM_ARCH_OMAP3_MUSB_H
9#define __ASM_ARCH_OMAP3_MUSB_H
10extern void am35x_musb_reset(void);
11extern void am35x_musb_phy_power(u8 on);
12extern void am35x_musb_clear_irq(void);
13#endif