diff options
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r-- | include/linux/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/timer.h b/include/linux/timer.h index 8c5a197e1587..b02432251f78 100644 --- a/include/linux/timer.h +++ b/include/linux/timer.h @@ -33,6 +33,11 @@ struct timer_list { #endif }; +struct timer_sleeper { + struct timer_list timer; + struct task_struct *task; +}; + extern struct tvec_base boot_tvec_bases; #ifdef CONFIG_LOCKDEP |