2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* timer/timer.c: Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2008-08-18 07:24:04 +00:00
parent 142025c80c
commit fbc74c35ca
5 changed files with 16 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
rtems_boolean Timer_driver_Find_average_overhead;
void Timer_initialize()
void Timer_initialize(void)
{
/*
* Programming the compare register as the maximum value should let
@@ -45,7 +45,7 @@ void Timer_initialize()
#define LEAST_VALID 1 /* Don't trust a value lower than this */
/* tx39 simulator can count instructions. :) */
int Read_timer()
int Read_timer(void)
{
uint32_t total;