sys/time.h: Add missing define and declaration

This commit is contained in:
Sebastian Huber 2015-05-20 10:13:16 +02:00
parent e65165bc2c
commit b45c75ce99

View File

@ -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_ */