PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Typedefs | |
typedef unsigned long | time_t |
Functions | |
time_t | rtc_get_time (void) |
Returns number of seconds since Unix epoch of January 1,. More... | |
time_t rtc_get_time | ( | void | ) |
Returns number of seconds since Unix epoch of January 1,.
Definition at line 43 of file rtc.c.
References bcd_to_bin(), cmos_read(), RTC_REG_HOUR, RTC_REG_MDAY, RTC_REG_MIN, RTC_REG_MON, RTC_REG_SEC, and RTC_REG_YEAR.
Referenced by parse_options().