aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timekeeper_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r--include/linux/timekeeper_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/timekeeper_internal.h b/include/linux/timekeeper_internal.h
index ff94f436f8b7..26700d870506 100644
--- a/include/linux/timekeeper_internal.h
+++ b/include/linux/timekeeper_internal.h
@@ -64,6 +64,8 @@ struct timekeeper {
64 struct timespec raw_time; 64 struct timespec raw_time;
65 /* The current UTC to TAI offset in seconds */ 65 /* The current UTC to TAI offset in seconds */
66 s32 tai_offset; 66 s32 tai_offset;
67 /* Offset clock monotonic -> clock tai */
68 ktime_t offs_tai;
67 69
68 /* Seqlock for all timekeeper values */ 70 /* Seqlock for all timekeeper values */
69 seqlock_t lock; 71 seqlock_t lock;