You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* linux/include/asm-arm/arch-cl7500/timex.h
|
|
*
|
|
* CL7500 architecture timex specifications
|
|
*
|
|
* Copyright (C) 1999 Nexus Electronics Ltd
|
|
*/
|
|
|
|
/*
|
|
* On the ARM7500, the clock ticks at 2MHz.
|
|
*/
|
|
#define CLOCK_TICK_RATE 2000000
|
|
|
|
|