timers: Split out timer_types.h
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 18:53:34 +0000 (13:53 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000 (19:26 -0500)
commitdff0fd233a5104337069603d201f8cad74bc0e5a
treeeb61895d988afdca78f33420ff6b0ef3d7c30abc
parent22c336d0d3118824fed08834069568c57c5641a6
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>
include/linux/timer.h
include/linux/timer_types.h [new file with mode: 0644]