diff options
Diffstat (limited to 'include/linux/timekeeping.h')
-rw-r--r-- | include/linux/timekeeping.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/timekeeping.h b/include/linux/timekeeping.h index 3eaae4754275..f36b1edf3f73 100644 --- a/include/linux/timekeeping.h +++ b/include/linux/timekeeping.h | |||
@@ -220,6 +220,7 @@ static inline u64 ktime_get_raw_ns(void) | |||
220 | } | 220 | } |
221 | 221 | ||
222 | extern u64 ktime_get_mono_fast_ns(void); | 222 | extern u64 ktime_get_mono_fast_ns(void); |
223 | extern u64 ktime_get_raw_fast_ns(void); | ||
223 | 224 | ||
224 | /* | 225 | /* |
225 | * Timespec interfaces utilizing the ktime based ones | 226 | * Timespec interfaces utilizing the ktime based ones |