1 #include <linux/init.h>
4 static void mark_offset_none(void)
9 static unsigned long get_offset_none(void)
14 static unsigned long long monotonic_clock_none(void)
19 static void delay_none(unsigned long loops)
27 "2:\tdecl %0\n\tjns 2b"
32 /* none timer_opts struct */
33 struct timer_opts timer_none = {
35 .mark_offset = mark_offset_none,
36 .get_offset = get_offset_none,
37 .monotonic_clock = monotonic_clock_none,