|
|
| File: [Development] / linux-2.6-xfs / include / asm-v850 / Attic / timex.h (download)
Revision 1.2, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.10. Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd. |
/*
* linux/include/asm-v850/timex.h
*
* v850 architecture timex specifications
*/
#ifndef __V850_TIMEX_H__
#define __V850_TIMEX_H__
#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
typedef unsigned long cycles_t;
static inline cycles_t get_cycles(void)
{
return 0;
}
#endif /* __V850_TIMEX_H__ */