Add missing prototypes.

This commit is contained in:
Ralf Corsepius
2008-08-20 04:02:57 +00:00
parent be716129bc
commit c8bcff5741
4 changed files with 16 additions and 16 deletions

View File

@@ -47,13 +47,13 @@ extern uint32_t bsp_timer_average_overhead;
static volatile uint32_t startedAt;
static rtems_boolean subtractOverhead;
void Timer_initialize()
void Timer_initialize(void)
{
/* We are going to rely on clock.c to sort out where the clock comes from */
startedAt = ppc_time_base();
}
int Read_timer()
int Read_timer(void)
{
uint32_t clicks, total;