summaryrefslogtreecommitdiff
path: root/Kernel/RTC.h
blob: 77b1e5ef7f7036a166feb7f6b95dffa8e27aed35 (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 bootTime();

}