ARM: ICST: indirect s2div and idx2s arrays via icst_params
[linux-2.6/libata-dev.git] / arch / arm / mach-versatile / clock.h
blobaed7e22d102b5fd47857b32de06a89e4949c7197
1 /*
2 * linux/arch/arm/mach-versatile/clock.h
4 * Copyright (C) 2004 ARM Limited.
5 * Written by Deep Blue Solutions Limited.
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 #include <asm/hardware/icst.h>
13 struct module;
15 struct clk {
16 unsigned long rate;
17 const struct icst_params *params;
18 u32 oscoff;
19 void *data;
20 void (*setvco)(struct clk *, struct icst_vco vco);