diff options
Diffstat (limited to 'include/linux/time.h')
-rw-r--r-- | include/linux/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index e15206a7e82e..1b70b3c293e9 100644 --- a/include/linux/time.h +++ b/include/linux/time.h | |||
@@ -125,6 +125,9 @@ extern int timekeeping_valid_for_hres(void); | |||
125 | extern void update_wall_time(void); | 125 | extern void update_wall_time(void); |
126 | extern void update_xtime_cache(u64 nsec); | 126 | extern void update_xtime_cache(u64 nsec); |
127 | 127 | ||
128 | struct tms; | ||
129 | extern void do_sys_times(struct tms *); | ||
130 | |||
128 | /** | 131 | /** |
129 | * timespec_to_ns - Convert timespec to nanoseconds | 132 | * timespec_to_ns - Convert timespec to nanoseconds |
130 | * @ts: pointer to the timespec variable to be converted | 133 | * @ts: pointer to the timespec variable to be converted |