7 #include <linux/time.h>
8 #include <linux/timex.h>
10 #ifdef CONFIG_ETRAX_FAST_TIMER
12 typedef void fast_timer_function_type(
unsigned long);
15 unsigned long tv_jiff;
20 struct fast_timer *
next;
21 struct fast_timer *
prev;
22 struct fasttime_t tv_set;
23 struct fasttime_t tv_expires;
24 unsigned long delay_us;
25 fast_timer_function_type *
function;
33 fast_timer_function_type *
function,
35 unsigned long delay_us,