xref: /aosp_15_r20/external/ltp/include/tst_wallclock.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2019 Linaro Limited. All rights reserved.
4  * Author: Rafael David Tinoco <[email protected]>
5  */
6 
7 
8 #ifndef TST_WALLCLK_H__
9 #define TST_WALLCLK_H__
10 
11 void tst_wallclock_save(void);
12 
13 void tst_wallclock_restore(void);
14 
15 void tst_rtc_clock_save(const char *rtc_dev);
16 
17 void tst_rtc_clock_restore(const char *rtc_dev);
18 
19 #endif	/* TST_WALLCLK_H__ */
20