History log of /linux-master/include/linux/timer_types.h
Revision Date Author Comments
# dff0fd23 11-Dec-2023 Kent Overstreet <kent.overstreet@linux.dev>

timers: Split out timer_types.h

Cutting down on sched.h dependencies: this is going to be used in
workqueue_types.h in the next patch, so we can kill the sched.h
dependency on workqueue.h.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>