aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/time.h')
-rw-r--r--include/linux/time.h1
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);
162extern void getboottime(struct timespec *ts); 162extern void getboottime(struct timespec *ts);
163extern void monotonic_to_bootbased(struct timespec *ts); 163extern void monotonic_to_bootbased(struct timespec *ts);
164extern void get_monotonic_boottime(struct timespec *ts);
164 165
165extern struct timespec timespec_trunc(struct timespec t, unsigned gran); 166extern struct timespec timespec_trunc(struct timespec t, unsigned gran);
166extern int timekeeping_valid_for_hres(void); 167extern int timekeeping_valid_for_hres(void);