aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timekeeping_internal.h
blob: 13323ea08ffa28b37503eb61ed9c1424f8e60134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _TIMEKEEPING_INTERNAL_H
#define _TIMEKEEPING_INTERNAL_H
/*
 * timekeeping debug functions
 */
#include <linux/time.h>

#ifdef CONFIG_DEBUG_FS
extern void tk_debug_account_sleep_time(struct timespec *t);
#else
#define tk_debug_account_sleep_time(x)
#endif

#endif /* _TIMEKEEPING_INTERNAL_H */