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:
parent
8e336798b5
commit
a7c5a1fe69
3 changed files with 7 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue