mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 00:54:57 +00:00
12 lines
108 B
C++
12 lines
108 B
C++
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
namespace RTC {
|
|
|
|
void initialize();
|
|
time_t now();
|
|
time_t boot_time();
|
|
|
|
}
|
|
|