This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0f4e95acc5
banan-os
/
kernel
/
include
/
kernel
/
RTC.h
10 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Kernel: Add RTC to get current time
2022-12-13 10:41:36 +02:00
#
pragma once
Kernel/BAN: Make Time a struct in BAN and add formatter to it
2022-12-13 12:37:26 +02:00
#
include
<BAN/Time.h>
Kernel: Add RTC to get current time
2022-12-13 10:41:36 +02:00
namespace
RTC
{
Kernel/BAN: Make Time a struct in BAN and add formatter to it
2022-12-13 12:37:26 +02:00
BAN
:
:
Time
GetCurrentTime
(
)
;
Kernel: Add RTC to get current time
2022-12-13 10:41:36 +02:00
}