1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-29 10:35:11 +00:00
serenity/Kernel/RTC.h
2019-01-31 17:31:23 +01:00

12 lines
108 B
C++

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