forked from Imagelibrary/rtems
score: Add missing declaration
This commit is contained in:
@@ -208,6 +208,13 @@ extern volatile time_t _Timecounter_Time_second;
|
|||||||
*/
|
*/
|
||||||
extern volatile time_t _Timecounter_Time_uptime;
|
extern volatile time_t _Timecounter_Time_uptime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief The binary boot time.
|
||||||
|
*
|
||||||
|
* The boot time changes via _Timecounter_Set_clock().
|
||||||
|
*/
|
||||||
|
extern struct bintime _Timecounter_Boottimebin;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The current timecounter.
|
* @brief The current timecounter.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user