mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Kernel: Simplify the Time management initialization
This commit is contained in:
parent
8e336798b5
commit
a7c5a1fe69
Notes:
sideshowbarker
2024-07-19 07:46:24 +09:00
Author: https://github.com/supercomputer7
Commit: a7c5a1fe69
Pull-request: https://github.com/SerenityOS/serenity/pull/1715
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