summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mvme147
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 12:15:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 12:15:54 +0000
commit26c173775a7f6ac412d0715ede1ab86a1f9169a9 (patch)
treeac8b1f5b02947032ceadeb724c0bb80b8baf3099 /c/src/lib/libbsp/m68k/mvme147
parent2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-26c173775a7f6ac412d0715ede1ab86a1f9169a9.tar.bz2
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* timer/timer.c: Include <rtems/btimer.h>. Fix benchmark_timer_read() definition.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mvme147')
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/ChangeLog5
-rw-r--r--c/src/lib/libbsp/m68k/mvme147/timer/timer.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme147/ChangeLog b/c/src/lib/libbsp/m68k/mvme147/ChangeLog
index 9536c0a7fa..013fe91548 100644
--- a/c/src/lib/libbsp/m68k/mvme147/ChangeLog
+++ b/c/src/lib/libbsp/m68k/mvme147/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * timer/timer.c: Include <rtems/btimer.h>.
+ Fix benchmark_timer_read() definition.
+
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
diff --git a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
index 87e86217b6..b0397eac35 100644
--- a/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
+++ b/c/src/lib/libbsp/m68k/mvme147/timer/timer.c
@@ -13,6 +13,7 @@
* $Id$
*/
+#include <rtems/btimer.h>
#include <bsp.h>
#define TIMER_INT_LEVEL 6
@@ -46,7 +47,7 @@ void benchmark_timer_initialize(void)
synchronized whith the counter updates*/
#define LEAST_VALID 10 /* Don't trust a value lower than this */
-int benchmark_timer_read(void)
+uint32_t benchmark_timer_read(void)
{
uint32_t total;
uint16_t counter_value;