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:
parent
3651d9701e
commit
7520acd4eb
5 changed files with 29 additions and 22 deletions
|
@ -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)();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue