Linux-2.6.12-rc2
[linux-flexiantxendom0-natty.git] / include / asm-arm / arch-s3c2410 / param.h
1 /* linux/include/asm-arm/arch-s3c2410/param.h
2  *
3  * (c) 2003 Simtec Electronics
4  *  Ben Dooks <ben@simtec.co.uk>
5  *
6  * S3C2410 - Machine parameters
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11  *
12  * Changelog:
13  *  02-Sep-2003 BJD  Created file
14  *  12-Mar-2004 BJD  Added include protection
15 */
16
17 #ifndef __ASM_ARCH_PARAM_H
18 #define __ASM_ARCH_PARAM_H
19
20 /* we cannot get our timer down to 100Hz with the setup as is, but we can
21  * manage 200 clock ticks per second... if this is a problem, we can always
22  * add a software pre-scaler to the evil timer systems.
23 */
24
25 #define HZ   200
26
27 #endif /* __ASM_ARCH_PARAM_H */