1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00

Kernel: Move Scheduler current time method to the TimeManagement code

This commit is contained in:
Liav A 2022-10-10 17:36:18 +03:00 committed by Linus Groh
parent 3651d9701e
commit 7520acd4eb
5 changed files with 29 additions and 22 deletions

View file

@ -55,7 +55,6 @@ public:
static bool is_initialized();
static TotalTimeScheduled get_total_time_scheduled();
static void add_time_scheduled(u64, bool);
static u64 (*current_time)();
};
}