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

timerqueue: Split out timerqueue_types.h

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>


# 53d31ba8 10-Dec-2023 Kent Overstreet <kent.overstreet@linux.dev>

posix-cpu-timers: Split out posix-timers_types.h

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>