1 /* linux/include/asm-arm/arch-s3c2410/param.h
3 * (c) 2003 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2410 - Machine parameters
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.
13 * 02-Sep-2003 BJD Created file
14 * 12-Mar-2004 BJD Added include protection
17 #ifndef __ASM_ARCH_PARAM_H
18 #define __ASM_ARCH_PARAM_H
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.
27 #endif /* __ASM_ARCH_PARAM_H */