aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/cmos/rtc.h
diff options
context:
space:
mode:
authorMarvin Borner2020-05-07 00:16:52 +0200
committerMarvin Borner2020-05-07 00:16:52 +0200
commit31767b532e69c5a63df0106fa08e137e3106a449 (patch)
treeea7a91347e030c0b120361b7d9975547a5af19d1 /src/kernel/cmos/rtc.h
parent8083536f321ad8a12ad4668c2bf41a65c3e3b2f6 (diff)
Some fixes here and there...
Also implemented serial console in userspace
Diffstat (limited to 'src/kernel/cmos/rtc.h')
-rw-r--r--src/kernel/cmos/rtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/cmos/rtc.h b/src/kernel/cmos/rtc.h
index 3e52793..a277dd5 100644
--- a/src/kernel/cmos/rtc.h
+++ b/src/kernel/cmos/rtc.h
@@ -8,7 +8,7 @@ u8 minute;
u8 hour;
u8 day;
u8 month;
-unsigned int year;
+u32 year;
void read_rtc();