aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/hrtimer.h1
-rw-r--r--include/linux/time.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 20b8e6601a04..7a9e7ee0f35c 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -312,6 +312,7 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer)
312 312
313extern ktime_t ktime_get(void); 313extern ktime_t ktime_get(void);
314extern ktime_t ktime_get_real(void); 314extern ktime_t ktime_get_real(void);
315extern ktime_t ktime_get_boottime(void);
315 316
316 317
317DECLARE_PER_CPU(struct tick_device, tick_cpu_device); 318DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
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);