Go to the documentation of this file. 1#ifndef __VSF_LINUX_JIFFIES_H__
2#define __VSF_LINUX_JIFFIES_H__
10#define jiffies vsf_systimer_get_tick()
11#define msecs_to_jiffies(__msec) vsf_systimer_ms_to_tick(__msec)
12#define usecs_to_jiffies(__msec) vsf_systimer_us_to_tick(__msec)