blob: 084ba71b2b3130bc8e0f86f2a5833643e9798db0 [file] [log] [blame]
Paul Walmsleyb045d082008-03-18 11:24:28 +02001/*
Paul Walmsley657ebfa2010-02-22 22:09:20 -07002 * OMAP34xx clock function prototypes and macros
Paul Walmsleyb045d082008-03-18 11:24:28 +02003 *
Paul Walmsley657ebfa2010-02-22 22:09:20 -07004 * Copyright (C) 2007-2010 Texas Instruments, Inc.
Paul Walmsleyec538e32011-02-25 15:39:30 -07005 * Copyright (C) 2007-2011 Nokia Corporation
Paul Walmsley542313c2008-07-03 12:24:45 +03006 */
7
Paul Walmsley657ebfa2010-02-22 22:09:20 -07008#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
9#define __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
Paul Walmsleyb045d082008-03-18 11:24:28 +020010
Paul Walmsley82e9bd52009-12-08 16:18:47 -070011extern const struct clkops clkops_omap3430es2_ssi_wait;
Paul Walmsleyec538e32011-02-25 15:39:30 -070012extern const struct clkops clkops_omap3430es2_iclk_ssi_wait;
Paul Walmsley82e9bd52009-12-08 16:18:47 -070013extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
Paul Walmsleyec538e32011-02-25 15:39:30 -070014extern const struct clkops clkops_omap3430es2_iclk_hsotgusb_wait;
Paul Walmsley82e9bd52009-12-08 16:18:47 -070015extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
Paul Walmsleyec538e32011-02-25 15:39:30 -070016extern const struct clkops clkops_omap3430es2_iclk_dss_usbhost_wait;
Mike Turquettea7e069f2010-02-24 12:06:00 -070017
Paul Walmsleyb045d082008-03-18 11:24:28 +020018#endif