summaryrefslogtreecommitdiff
path: root/src/sys/os/os_clkdev.c
AgeCommit message (Collapse)Author
2025-09-21kern: Introduce clock device frameworkIan Moffett
This commit introduces a new framework we call "clkdev". It is used to keep track of the clock sources on the system and be able to fetch them later based on specific attributes. Signed-off-by: Ian Moffett <ian@osmora.org>