Kernel: Move get_unix_time to RTC namespace

This commit is contained in:
Bananymous
2023-03-23 18:14:51 +02:00
parent d6e4430692
commit 7ca6cd61be
3 changed files with 38 additions and 36 deletions

View File

@@ -6,5 +6,6 @@ namespace RTC
{
BAN::Time get_current_time();
uint64_t get_unix_time();
}