blob: e3d28ad236f9b51362ddbd8c2f71fd3d0df95899 [file] [log] [blame]
Colin Cross5c835452013-05-21 22:32:14 -07001#ifndef _TIMEKEEPING_INTERNAL_H
2#define _TIMEKEEPING_INTERNAL_H
3/*
4 * timekeeping debug functions
5 */
6#include <linux/time.h>
7
8#ifdef CONFIG_DEBUG_FS
John Stultz7d489d12014-07-16 21:04:01 +00009extern void tk_debug_account_sleep_time(struct timespec64 *t);
Colin Cross5c835452013-05-21 22:32:14 -070010#else
11#define tk_debug_account_sleep_time(x)
12#endif
13
14#endif /* _TIMEKEEPING_INTERNAL_H */