summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 06:15:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-09 06:15:53 +0000
commit46d6e7a9f1a7563f19e08a15c0c3315e00def4ca (patch)
tree8f2ea78917ac605a3ded274c59de636fab5172cb /cpukit/libcsupport
parent2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-46d6e7a9f1a7563f19e08a15c0c3315e00def4ca.tar.bz2
2011-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/timerdrv.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/cpukit/libcsupport/include/timerdrv.h b/cpukit/libcsupport/include/timerdrv.h
index bbd8f21f31..872c6db217 100644
--- a/cpukit/libcsupport/include/timerdrv.h
+++ b/cpukit/libcsupport/include/timerdrv.h
@@ -19,21 +19,13 @@
#ifndef _RTEMS_TIMERDRV_H
#define _RTEMS_TIMERDRV_H
+#include <rtems/btimer.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-/* functions */
-
-void benchmark_timer_initialize( void );
-
-uint32_t benchmark_timer_read( void );
-
-rtems_status_code benchmark_timer_empty_function( void );
-
-void benchmark_timer_disable_subtracting_average_overhead(
- bool find_flag
-);
+/* Intentionally empty */
#ifdef __cplusplus
}