Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
timex_64.h File Reference
#include <asm/timer.h>

Go to the source code of this file.

Macros

#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */
 
#define get_cycles()   tick_ops->get_tick()
 
#define ARCH_HAS_READ_CURRENT_TIMER
 

Typedefs

typedef unsigned long cycles_t
 

Macro Definition Documentation

#define ARCH_HAS_READ_CURRENT_TIMER

Definition at line 17 of file timex_64.h.

#define CLOCK_TICK_RATE   1193180 /* Underlying HZ */

Definition at line 11 of file timex_64.h.

#define get_cycles (   void)    tick_ops->get_tick()

Definition at line 15 of file timex_64.h.

Typedef Documentation

typedef unsigned long cycles_t

Definition at line 14 of file timex_64.h.