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 8e5d77a01787..2e20275a7083 100644 --- a/include/linux/timekeeper_internal.h +++ b/include/linux/timekeeper_internal.h | |||
@@ -54,6 +54,9 @@ struct timekeeper { | |||
54 | /* The current UTC to TAI offset in seconds */ | 54 | /* The current UTC to TAI offset in seconds */ |
55 | s32 tai_offset; | 55 | s32 tai_offset; |
56 | 56 | ||
57 | /* Monotonic raw base time */ | ||
58 | ktime_t base_raw; | ||
59 | |||
57 | /* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. */ | 60 | /* The raw monotonic time for the CLOCK_MONOTONIC_RAW posix clock. */ |
58 | struct timespec64 raw_time; | 61 | struct timespec64 raw_time; |
59 | 62 | ||