aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael David Tinoco <rafael.tinoco@linaro.org>2019-01-29 15:36:52 -0200
committerCyril Hrubis <chrubis@suse.cz>2019-01-30 12:05:09 +0100
commit99ff3b8fa63c9233c2d8576ab8e50f6eb2649219 (patch)
tree141e656d9d73a5ef89f416dad65607090d5d120b /include
parentc42539769b5d6a7273dc53d199c017de79e8ec25 (diff)
lib: add tst_clock_settime() to tst_clocks.h
Adds tst_clock_settime() function to the lib. Signed-off-by: Rafael David Tinoco <rafael.tinoco@linaro.org> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/tst_clocks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/tst_clocks.h b/include/tst_clocks.h
index ee2f645c7..90784a3fd 100644
--- a/include/tst_clocks.h
+++ b/include/tst_clocks.h
@@ -26,4 +26,6 @@ int tst_clock_getres(clockid_t clk_id, struct timespec *res);
int tst_clock_gettime(clockid_t clk_id, struct timespec *ts);
+int tst_clock_settime(clockid_t clk_id, struct timespec *ts);
+
#endif /* TST_CLOCKS__ */