]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-realview/clock.h
ARM: ICST: merge common ICST VCO structures
[net-next-2.6.git] / arch / arm / mach-realview / clock.h
CommitLineData
8ad68bbf
CM
1/*
2 * linux/arch/arm/mach-realview/clock.h
3 *
4 * Copyright (C) 2004 ARM Limited.
5 * Written by Deep Blue Solutions Limited.
6 *
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.
10 */
39c0cb02
RK
11#include <asm/hardware/icst.h>
12
8ad68bbf 13struct module;
8ad68bbf
CM
14
15struct clk {
8ad68bbf 16 unsigned long rate;
39c0cb02 17 const struct icst_params *params;
8ad68bbf 18 void *data;
39c0cb02 19 void (*setvco)(struct clk *, struct icst_vco vco);
8ad68bbf 20};