diff options
Diffstat (limited to 'kernel/time/timekeeping_internal.h')
| -rw-r--r-- | kernel/time/timekeeping_internal.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/time/timekeeping_internal.h b/kernel/time/timekeeping_internal.h new file mode 100644 index 000000000000..13323ea08ffa --- /dev/null +++ b/kernel/time/timekeeping_internal.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #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 | ||
| 9 | extern void tk_debug_account_sleep_time(struct timespec *t); | ||
| 10 | #else | ||
| 11 | #define tk_debug_account_sleep_time(x) | ||
| 12 | #endif | ||
| 13 | |||
| 14 | #endif /* _TIMEKEEPING_INTERNAL_H */ | ||
