1 2 3 4 5
extern unsigned long volatile jiffies; void do_timer(void) { (*(unsigned long *)&jiffies)++; }