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-moxart / timex.h
blobdfa271e0f1888c65503a2d5aeed9dac01bce6e79
1 /*
2 * timex.h:
3 * 2001 Mac Wang <mac@os.nctu.edu.tw>
4 */
5 #ifndef __ASM_ARCH_TIMEX_H__
6 #define __ASM_ARCH_TIMEX_H__
8 #include <asm/hardware.h>
10 #define CLOCK_TICK_RATE (((fMCLK_MHz/100))*2)
11 #define fMCLK_MHz 33000000
13 #endif /* __ASM_ARCH_TIMEX_H__ */