mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Initial commit
This commit is contained in:
8
src/kernel/rtc.h
Normal file
8
src/kernel/rtc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef RTC_H
|
||||
#define RTC_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void rtc_get_datetime(int *year, int *month, int *day, int *hour, int *minute, int *second);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user