diff options
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r-- | include/linux/timekeeper_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h index 2cb96235c249..87e0992564f2 100644 --- a/include/linux/timekeeper_internal.h +++ b/include/linux/timekeeper_internal.h | |||
@@ -36,6 +36,9 @@ struct timekeeper { | |||
36 | /* Clock shifted nano seconds */ | 36 | /* Clock shifted nano seconds */ |
37 | u64 xtime_nsec; | 37 | u64 xtime_nsec; |
38 | 38 | ||
39 | /* Monotonic base time */ | ||
40 | ktime_t base_mono; | ||
41 | |||
39 | /* Current CLOCK_REALTIME time in seconds */ | 42 | /* Current CLOCK_REALTIME time in seconds */ |
40 | u64 xtime_sec; | 43 | u64 xtime_sec; |
41 | /* CLOCK_REALTIME to CLOCK_MONOTONIC offset */ | 44 | /* CLOCK_REALTIME to CLOCK_MONOTONIC offset */ |