aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/cmos/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/cmos/rtc.h')
-rw-r--r--src/kernel/cmos/rtc.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/kernel/cmos/rtc.h b/src/kernel/cmos/rtc.h
deleted file mode 100644
index a277dd5..0000000
--- a/src/kernel/cmos/rtc.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef MELVIX_RTC_H
-#define MELVIX_RTC_H
-
-#include <stdint.h>
-
-u8 second;
-u8 minute;
-u8 hour;
-u8 day;
-u8 month;
-u32 year;
-
-void read_rtc();
-
-void rtc_print();
-
-#endif \ No newline at end of file