IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / arch / arm / mach-davinci / include / mach / cdce949.h
blobc73331fae3410d4449810665d2e8b73ff8d8b184
1 /*
2 * TI CDCE949 off-chip clock synthesizer support
4 * 2009 (C) Texas Instruments, Inc. http://www.ti.com/
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10 #ifndef _MACH_DAVINCI_CDCE949_H
11 #define _MACH_DAVINCI_CDCE949_H
13 #include <linux/clk.h>
15 #include <mach/clock.h>
17 int cdce_set_rate(struct clk *clk, unsigned long rate);
19 #endif