diff options
Diffstat (limited to 'include/linux/posix-timers.h')
-rw-r--r-- | include/linux/posix-timers.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/posix-timers.h b/include/linux/posix-timers.h index ef574d177fb6..8206255a547c 100644 --- a/include/linux/posix-timers.h +++ b/include/linux/posix-timers.h | |||
@@ -91,18 +91,6 @@ void register_posix_clock(const clockid_t clock_id, struct k_clock *new_clock); | |||
91 | /* function to call to trigger timer event */ | 91 | /* function to call to trigger timer event */ |
92 | int posix_timer_event(struct k_itimer *timr, int si_private); | 92 | int posix_timer_event(struct k_itimer *timr, int si_private); |
93 | 93 | ||
94 | int posix_cpu_clock_getres(const clockid_t which_clock, struct timespec *ts); | ||
95 | int posix_cpu_clock_get(const clockid_t which_clock, struct timespec *ts); | ||
96 | int posix_cpu_clock_set(const clockid_t which_clock, const struct timespec *ts); | ||
97 | int posix_cpu_timer_create(struct k_itimer *timer); | ||
98 | int posix_cpu_nsleep(const clockid_t which_clock, int flags, | ||
99 | struct timespec *rqtp, struct timespec __user *rmtp); | ||
100 | long posix_cpu_nsleep_restart(struct restart_block *restart_block); | ||
101 | int posix_cpu_timer_set(struct k_itimer *timer, int flags, | ||
102 | struct itimerspec *new, struct itimerspec *old); | ||
103 | int posix_cpu_timer_del(struct k_itimer *timer); | ||
104 | void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec *itp); | ||
105 | |||
106 | void posix_cpu_timer_schedule(struct k_itimer *timer); | 94 | void posix_cpu_timer_schedule(struct k_itimer *timer); |
107 | 95 | ||
108 | void run_posix_cpu_timers(struct task_struct *task); | 96 | void run_posix_cpu_timers(struct task_struct *task); |