summaryrefslogtreecommitdiff
path: root/include/linux/timer.h
diff options
context:
space:
mode:
authorKent Overstreet <koverstreet@google.com>2012-12-20 22:19:24 -0800
committerKent Overstreet <koverstreet@google.com>2012-12-20 23:17:41 -0800
commitb12fda42e43f6b6b925df397fb91d100fe4bc5aa (patch)
treea7b4e67e7d73575929be70241df12d9515f95595 /include/linux/timer.h
parent468327c90a746c26fcb26584561bd4f6b37abeea (diff)
more wait_event() consolidationwait_events
Diffstat (limited to 'include/linux/timer.h')
-rw-r--r--include/linux/timer.h5
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