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
commit a7c5a1fe69
Notes: sideshowbarker 2024-07-19 07:46:24 +09:00
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;