#define TICKS_PER_SEC
Number of ticks per second.
time_t time_now(void)
Get current time in seconds (ignoring system clock offset)
static time_t null_now(void)
Get current time in seconds.
PROVIDE_TIME(null, time_now, null_now)
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
unsigned long currticks(void)
Get current system time in ticks.
int64_t time_t
Seconds since the Epoch.