Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
iwlwifi
/
backport-iwlwifi
/
5d78dad2320a8736a87c676bf76402794512368e
/
.
/
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
);