machine/timecounters: Add missing _Timecounter_ decls

Add:

 - _Timecounter_Getboottime
 - _Timecounter_Getboottimebin

Closes #5212
This commit is contained in:
Chris Johns
2025-02-12 09:23:00 +11:00
parent f769b20c98
commit 6335d7e48a

View File

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