mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
软中断处理机制
This commit is contained in:
@ -16,4 +16,6 @@ struct rtc_time_t
|
||||
* @param t time结构体
|
||||
* @return int 成功则为0
|
||||
*/
|
||||
int rtc_get_cmos_time(struct rtc_time_t*t);
|
||||
int rtc_get_cmos_time(struct rtc_time_t*t);
|
||||
|
||||
void rtc_init();
|
Reference in New Issue
Block a user