MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-arm / arch-s3c3410 / time.h
blobd47ce937fc9d615df76d94120d9a23db5a10ca92
1 /*
2 * linux/include/asm-arm/arch-s3c3410/time.h
4 * 2003 Thomas Eschenbacher <thomas.eschenbacher@gmx.de>
5 * modifed by Hyok S. Choi <hyok.choi@samsung.com>
7 * Setup for 16 bit timer 0, used as system timer.
9 */
11 #ifndef __ASM_ARCH_TIME_H__
12 #define __ASM_ARCH_TIME_H__
14 #include <asm/uaccess.h>
15 #include <asm/io.h>
16 #include <asm/hardware.h>
17 #include <asm/arch/timex.h>
19 #define CLOCKS_PER_USEC (CONFIG_ARM_CLK/1000000)
21 #define S3C3410X_TIMER0_PRESCALER 100
23 #endif