2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* misc/timer.c: Include <rtems/btimer.h>.
	Fix benchmark_timer_read() definition.
This commit is contained in:
Ralf Corsepius
2011-02-09 12:02:24 +00:00
parent 2c4cae4bf3
commit 097c600163
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* misc/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.

View File

@@ -20,6 +20,7 @@
*/
#include <rtems.h>
#include <rtems/btimer.h>
#include <rtems/timerdrv.h>
#include <bsp.h>