summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-ktime-get-real.c
blob: 67b71409dc65077670cd6352f9a55ae2613b48cc (plain)
1
2
3
4
5
6
#include <linux/ktime.h>

void ____autoconf_func(struct timespec *ts)
{
	ktime_get_real_ts(ts);
}