ladybird/Kernel/RTC.h
2019-01-31 17:31:23 +01:00

13 lines
108 B
C++

#pragma once
#include "types.h"
namespace RTC {
void initialize();
time_t now();
time_t boot_time();
}