clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c
authorcheloha <cheloha@openbsd.org>
Sun, 8 Oct 2023 21:08:00 +0000 (21:08 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 8 Oct 2023 21:08:00 +0000 (21:08 +0000)
commit799b5cc6345abb898bd1ad0268a0399ed71f4c8c
tree44df0ecd8e47acb1c711ab29fa3bcc47acd66733
parent649efdcfafb15678761fcec4b18a7a9cbecaa597
clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c

intrclock_rearm() and intrclock_trigger() are not part of the public
API, so there's no reason to implement them in sys/clockintr.h.  Move
them to kern_clockintr.c.
sys/kern/kern_clockintr.c
sys/sys/clockintr.h