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 379b9037b5b4..fa39150cb816 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -161,6 +161,7 @@ extern void getnstime_raw_and_real(struct timespec *ts_raw, | |||
161 | struct timespec *ts_real); | 161 | struct timespec *ts_real); |
162 | extern void getboottime(struct timespec *ts); | 162 | extern void getboottime(struct timespec *ts); |
163 | extern void monotonic_to_bootbased(struct timespec *ts); | 163 | extern void monotonic_to_bootbased(struct timespec *ts); |
164 | extern void get_monotonic_boottime(struct timespec *ts); | ||
164 | 165 | ||
165 | extern struct timespec timespec_trunc(struct timespec t, unsigned gran); | 166 | extern struct timespec timespec_trunc(struct timespec t, unsigned gran); |
166 | extern int timekeeping_valid_for_hres(void); | 167 | extern int timekeeping_valid_for_hres(void); |