mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Add missing prototypes.
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
|
||||
rtems_boolean Timer_driver_Find_average_overhead;
|
||||
|
||||
void Timer_initialize()
|
||||
void Timer_initialize(void)
|
||||
{
|
||||
}
|
||||
int Read_timer()
|
||||
|
||||
int Read_timer(void)
|
||||
{
|
||||
if (Timer_driver_Find_average_overhead)
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user