|
|
| File: [Development] / linux-2.6-xfs / include / asm-sparc / Attic / timex.h (download)
Revision 1.3, Tue Jun 21 15:50:10 2005 UTC (12 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Merge up to 2.6.12 Merge of 2.6.x-xfs-melb:linux:22920a by kenmcd. |
/* * linux/include/asm-sparc/timex.h * * sparc architecture timex specifications */ #ifndef _ASMsparc_TIMEX_H #define _ASMsparc_TIMEX_H #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ /* XXX Maybe do something better at some point... -DaveM */ typedef unsigned long cycles_t; #define get_cycles() (0) #endif