intel_pstate: fix PCT_TO_HWP macro
[linux-2.6-block.git] / arch / arm / mach-omap2 / clock34xx.h
CommitLineData
b045d080 1/*
657ebfad 2 * OMAP34xx clock function prototypes and macros
b045d080 3 *
657ebfad 4 * Copyright (C) 2007-2010 Texas Instruments, Inc.
ec538e30 5 * Copyright (C) 2007-2011 Nokia Corporation
b045d080
PW
6 */
7
657ebfad
PW
8#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
9#define __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
b045d080 10
82e9bd58 11extern const struct clkops clkops_omap3430es2_ssi_wait;
ec538e30 12extern const struct clkops clkops_omap3430es2_iclk_ssi_wait;
82e9bd58 13extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
ec538e30 14extern const struct clkops clkops_omap3430es2_iclk_hsotgusb_wait;
82e9bd58 15extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
ec538e30 16extern const struct clkops clkops_omap3430es2_iclk_dss_usbhost_wait;
a7e069fc 17
b045d080 18#endif