clock34xx.h 430 字节
Newer Older
P
Paul Walmsley 已提交
1
/*
2
 * OMAP34xx clock function prototypes and macros
P
Paul Walmsley 已提交
3
 *
4 5
 * Copyright (C) 2007-2010 Texas Instruments, Inc.
 * Copyright (C) 2007-2010 Nokia Corporation
P
Paul Walmsley 已提交
6 7
 */

8 9
#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
#define __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
P
Paul Walmsley 已提交
10

11 12 13
extern const struct clkops clkops_omap3430es2_ssi_wait;
extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
14

P
Paul Walmsley 已提交
15
#endif