mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
14 lines
212 B
C
14 lines
212 B
C
|
/*
|
||
|
* linux/include/asm-arm/arch-ixp2000/timex.h
|
||
|
*
|
||
|
* IXP2000 architecture timex specifications
|
||
|
*/
|
||
|
|
||
|
|
||
|
/*
|
||
|
* Default clock is 50MHz APB, but platform code can override this
|
||
|
*/
|
||
|
#define CLOCK_TICK_RATE 50000000
|
||
|
|
||
|
|