Implement system time management functions

This commit is contained in:
2026-04-27 23:02:15 +02:00
parent 58deafb1d8
commit 98733aa62b
3 changed files with 132 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <ke/shdata.hh>
#include <ke/spinlock.hh>
#include <ke/sysres.hh>
#include <ke/systime.hh>
#include <ke/timer.hh>
#endif /* __XTOSKRNL_KE_HH */