aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_timer.c
AgeCommit message (Collapse)Author
2023-09-20kernel: Add timer abstractionsigsegv7
This commit introduces a new timer abstraction that is architecture-independent. It enables the registration and request of timers in a consistent and uniform manner abstracting away architectural details. Signed-off-by: sigsegv7 <ian@vegaa.systems>