1 #ifndef _TIMEKEEPING_INTERNAL_H
2 #define _TIMEKEEPING_INTERNAL_H
4 * timekeeping debug functions
6 #include <linux/time.h>
9 extern void tk_debug_account_sleep_time(struct timespec
*t
);
11 #define tk_debug_account_sleep_time(x)
14 #endif /* _TIMEKEEPING_INTERNAL_H */