start implementing time utils

This commit is contained in:
2025-03-16 13:26:38 +03:00
parent 4cbdbfe838
commit 211a6e9318
2 changed files with 23 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@
uint8 inportb(uint16 _port);
void outportb(uint16 _port, uint8 _data);
uint8_t get_rtc(uint8_t reg);
void get_fancy_datetime();
#define inb inportb
#define outb outportb