From b45c75ce99e65c9683855e8f366df0365e716887 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 20 May 2015 10:13:16 +0200 Subject: sys/time.h: Add missing define and declaration --- rtemsbsd/include/rtems/bsd/sys/time.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rtemsbsd/include/rtems/bsd/sys/time.h b/rtemsbsd/include/rtems/bsd/sys/time.h index b47a6f80..779d233b 100644 --- a/rtemsbsd/include/rtems/bsd/sys/time.h +++ b/rtemsbsd/include/rtems/bsd/sys/time.h @@ -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_ */ -- cgit v1.2.3