mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
machine/timecounters: Add missing _Timecounter_ decls
Add: - _Timecounter_Getboottime - _Timecounter_Getboottimebin Closes #5212
This commit is contained in:
@@ -58,6 +58,8 @@ void _Timecounter_Getmicrouptime(struct timeval *);
|
||||
void _Timecounter_Getbintime(struct bintime *);
|
||||
void _Timecounter_Getnanotime(struct timespec *);
|
||||
void _Timecounter_Getmicrotime(struct timeval *);
|
||||
void _Timecounter_Getboottime(struct timeval *);
|
||||
void _Timecounter_Getboottimebin(struct bintime *);
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _MACHINE__TIMECOUNTER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user