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

Kernel: Simplify the Time management initialization

This commit is contained in:
Liav A 2020-04-09 20:29:06 +03:00 committed by Andreas Kling
parent 8e336798b5
commit a7c5a1fe69
3 changed files with 7 additions and 25 deletions

View file

@ -41,7 +41,7 @@ class HardwareTimer;
class TimeManagement {
public:
static bool initialized();
static void initialize(bool probe_non_legacy_hardware_timers);
static void initialize();
static TimeManagement& the();
time_t epoch_time() const;