mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
Kernel: Make TimeManagement::boot_time() static
This commit is contained in:
parent
a786b374b6
commit
adaaea4c9a
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
Time epoch_time(TimePrecision = TimePrecision::Precise) const;
|
||||
void set_epoch_time(Time);
|
||||
time_t ticks_per_second() const;
|
||||
time_t boot_time() const;
|
||||
static time_t boot_time();
|
||||
|
||||
bool is_system_timer(HardwareTimerBase const&) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue