initial commit with v2.6.9
[linux-2.6.9-moxart.git] / arch / arm / mach-s3c2410 / clock.h
blob4c7b94e87533a4199506591ac19195b4d2cefb7a
1 /*
2 * linux/arch/arm/mach-s3c2410/clock.h
4 * Copyright (c) 2004 Simtec Electronics
5 * Written by Ben Dooks, <ben@simtec.co.uk>
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.
12 struct clk {
13 struct list_head list;
14 struct module *owner;
15 struct clk *parent;
16 const char *name;
17 atomic_t used;
18 unsigned long rate;
19 unsigned long ctrlbit;