summaryrefslogtreecommitdiff
path: root/Kernel/RTC.h
blob: f321ffd806fa3249ce5cf6584e8e19ec25f2d74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "types.h"

namespace RTC {

void initialize();
time_t now();
time_t boot_time();

}