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 86a9c487fdd8..4007a12a1b50 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -127,6 +127,7 @@ struct timespec current_kernel_time(void); | |||
127 | struct timespec __current_kernel_time(void); /* does not take xtime_lock */ | 127 | struct timespec __current_kernel_time(void); /* does not take xtime_lock */ |
128 | struct timespec __get_wall_to_monotonic(void); /* does not take xtime_lock */ | 128 | struct timespec __get_wall_to_monotonic(void); /* does not take xtime_lock */ |
129 | struct timespec get_monotonic_coarse(void); | 129 | struct timespec get_monotonic_coarse(void); |
130 | void get_xtime_and_monotonic_offset(struct timespec *xtim, struct timespec *wtom); | ||
130 | 131 | ||
131 | #define CURRENT_TIME (current_kernel_time()) | 132 | #define CURRENT_TIME (current_kernel_time()) |
132 | #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 }) | 133 | #define CURRENT_TIME_SEC ((struct timespec) { get_seconds(), 0 }) |