提交 eaaa7ec7 编写于 作者: G Gregor Boirie 提交者: Jonathan Cameron

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: NGregor Boirie <gregor.boirie@parrot.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 3c9a6793
...@@ -2186,6 +2186,7 @@ struct timespec64 get_monotonic_coarse64(void) ...@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册