diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 47210a175e78..22d81b3c955b 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -183,6 +183,7 @@ extern u64 timekeeping_max_deferment(void); | |||
183 | extern int timekeeping_inject_offset(struct timespec *ts); | 183 | extern int timekeeping_inject_offset(struct timespec *ts); |
184 | extern s32 timekeeping_get_tai_offset(void); | 184 | extern s32 timekeeping_get_tai_offset(void); |
185 | extern void timekeeping_set_tai_offset(s32 tai_offset); | 185 | extern void timekeeping_set_tai_offset(s32 tai_offset); |
186 | extern void timekeeping_clocktai(struct timespec *ts); | ||
186 | 187 | ||
187 | struct tms; | 188 | struct tms; |
188 | extern void do_sys_times(struct tms *); | 189 | extern void do_sys_times(struct tms *); |