1 // SPDX-License-Identifier: GPL-2.0-or-later 2 /* 3 * Copyright (c) 2019 Linaro Limited. All rights reserved. 4 * Author: Rafael David Tinoco <rafael.tinoco@linaro.org> 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 #endif /* TST_WALLCLK_H__ */ 16