|
|
| File: [Development] / linux-2.6-xfs / include / asm-um / timex.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Initial Import 2.6.0 |
#ifndef __UM_TIMEX_H
#define __UM_TIMEX_H
#include "linux/time.h"
typedef unsigned long cycles_t;
#define cacheflush_time (0)
static inline cycles_t get_cycles (void)
{
return 0;
}
#define CLOCK_TICK_RATE (HZ)
#endif