summaryrefslogtreecommitdiff
path: root/compat/backport-4.18.c
blob: c47fabe5a7a1cd0aba25d81f056371920f58bd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright (C) 2018 Intel Corporation
 */

#include <linux/hrtimer.h>

time64_t ktime_get_boottime_seconds(void)
{
	return ktime_divns(ktime_get_boottime(), NSEC_PER_SEC);
}
EXPORT_SYMBOL_GPL(ktime_get_boottime_seconds);