1 #ifndef __LUNAIX_CLOCK_H
2 #define __LUNAIX_CLOCK_H
4 #include <lunaix/time.h>
7 #include <hal/hwtimer.h>
9 extern const struct hwrtc* sysrtc;
10 extern const struct hwtimer* systimer;
16 clock_walltime(datetime_t* datetime);
19 * @brief 返回当前系统时间,即自从开机到当前时刻的毫秒时。
29 #endif /* __LUNAIX_CLOCK_H */