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