mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
13 lines
170 B
C
13 lines
170 B
C
#ifndef __UM_TIMEX_H
|
|
#define __UM_TIMEX_H
|
|
|
|
typedef unsigned long cycles_t;
|
|
|
|
static inline cycles_t get_cycles (void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#define CLOCK_TICK_RATE (HZ)
|
|
|
|
#endif
|