mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 07:29:25 +08:00
sys/time.h: Add missing define and declaration
This commit is contained in:
parent
e65165bc2c
commit
b45c75ce99
@ -46,7 +46,10 @@
|
|||||||
#define getbinuptime(_x) _Timecounter_Getbinuptime(_x)
|
#define getbinuptime(_x) _Timecounter_Getbinuptime(_x)
|
||||||
#define getnanouptime(_x) _Timecounter_Getnanouptime(_x)
|
#define getnanouptime(_x) _Timecounter_Getnanouptime(_x)
|
||||||
#define getmicrouptime(_x) _Timecounter_Getmicrouptime(_x)
|
#define getmicrouptime(_x) _Timecounter_Getmicrouptime(_x)
|
||||||
|
#define boottimebin _Timecounter_Boottimebin
|
||||||
#define time_second _Timecounter_Time_second
|
#define time_second _Timecounter_Time_second
|
||||||
#define time_uptime _Timecounter_Time_uptime
|
#define time_uptime _Timecounter_Time_uptime
|
||||||
|
|
||||||
|
extern struct bintime _Timecounter_Boottimebin;
|
||||||
|
|
||||||
#endif /* _RTEMS_BSD_SYS_TIME_H_ */
|
#endif /* _RTEMS_BSD_SYS_TIME_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user