diff options
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r-- | include/linux/posix-timers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index b2c14cbd47a6..1330ff331526 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h | |||
@@ -85,6 +85,8 @@ struct k_clock { | |||
85 | struct itimerspec * cur_setting); | 85 | struct itimerspec * cur_setting); |
86 | }; | 86 | }; |
87 | 87 | ||
88 | extern struct k_clock clock_posix_cpu; | ||
89 | |||
88 | void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock); | 90 | void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock); |
89 | 91 | ||
90 | /* error handlers for timer_create, nanosleep and settime */ | 92 | /* error handlers for timer_create, nanosleep and settime */ |