diff options
author | John Stultz <john.stultz@linaro.org> | 2013-01-21 20:00:11 -0500 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2013-03-22 19:19:59 -0400 |
commit | 90adda98b89aaf68b06014ecf805b6c477daa19b (patch) | |
tree | c50d47c4c344774205569ce42e13d16a8174b02e /include/linux/timekeeper_internal.h | |
parent | 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4 (diff) |
hrtimer: Add hrtimer support for CLOCK_TAI
Add hrtimer support for CLOCK_TAI, as well as posix timer interfaces.
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'include/linux/timekeeper_internal.h')
-rw-r--r-- | include/linux/timekeeper_internal.h | 2 |
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; |