start implementing time utils
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user