Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwlwifi
/
backport-iwlwifi
/
b9d4a74b5816313dce7be1152e13188e119d6494
/
.
/
compat
/
backport-4.18.c
blob: b0b5a8fe25f567a92b20526b4462925bdfc843e6 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2018 Intel Corporation
* Copyright (c) 2020 Toradex
*/
#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
);