Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / kernel / time / timekeeping_internal.h
blob13323ea08ffa28b37503eb61ed9c1424f8e60134
1 #ifndef _TIMEKEEPING_INTERNAL_H
2 #define _TIMEKEEPING_INTERNAL_H
3 /*
4 * timekeeping debug functions
5 */
6 #include <linux/time.h>
8 #ifdef CONFIG_DEBUG_FS
9 extern void tk_debug_account_sleep_time(struct timespec *t);
10 #else
11 #define tk_debug_account_sleep_time(x)
12 #endif
14 #endif /* _TIMEKEEPING_INTERNAL_H */