1
Fork 0
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:
Andreas Kling 2022-06-14 14:00:09 +02:00
parent a786b374b6
commit adaaea4c9a
2 changed files with 2 additions and 2 deletions

View file

@ -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;