summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/timer
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-18 07:24:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-18 07:24:04 +0000
commitfbc74c35ca48262b63451020394ce436ca2d3f57 (patch)
tree6c2957dabc8cd3f6e29ba761bb36c3cfe9422229 /c/src/lib/libbsp/mips/jmr3904/timer
parentAdd missing prototypes. (diff)
downloadrtems-fbc74c35ca48262b63451020394ce436ca2d3f57.tar.bz2
2008-08-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Add missing prototypes.
Diffstat (limited to 'c/src/lib/libbsp/mips/jmr3904/timer')
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/timer/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/timer/timer.c b/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
index 75bfb1477e..21fbc9d48e 100644
--- a/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
+++ b/c/src/lib/libbsp/mips/jmr3904/timer/timer.c
@@ -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;