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:
committed by
Jonathan Cameron
parent
3c9a6793bd
commit
eaaa7ec71b
@@ -2186,6 +2186,7 @@ struct timespec64 get_monotonic_coarse64(void)
|
|||||||
|
|
||||||
return now;
|
return now;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(get_monotonic_coarse64);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Must hold jiffies_lock
|
* Must hold jiffies_lock
|
||||||
|
|||||||
Reference in New Issue
Block a user