mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
timekeeping: export get_monotonic_coarse64 symbol
EXPORT_SYMBOL() get_monotonic_coarse64 for new IIO timestamping clock selection usage. This provides user apps the ability to request a particular IIO device to timestamp samples using a monotonic coarse clock granularity. Signed-off-by: Gregor Boirie <gregor.boirie@parrot.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
3c9a6793bd
commit
eaaa7ec71b
@ -2186,6 +2186,7 @@ struct timespec64 get_monotonic_coarse64(void)
|
||||
|
||||
return now;
|
||||
}
|
||||
EXPORT_SYMBOL(get_monotonic_coarse64);
|
||||
|
||||
/*
|
||||
* Must hold jiffies_lock
|
||||
|
Loading…
Reference in New Issue
Block a user