summaryrefslogtreecommitdiff
path: root/include/linux/posix-timers_types.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-21timerqueue: Split out timerqueue_types.hKent Overstreet1-1/+1
Trimming down sched.h dependencies: timerqueue_types can include just rbtree_types.h instead of pulling in rbtree.h. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-12-21posix-cpu-timers: Split out posix-timers_types.hKent Overstreet1-0/+80
Trimming down sched.h dependencies: we don't want to include more than the base types. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>