From 46d6e7a9f1a7563f19e08a15c0c3315e00def4ca Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 9 Feb 2011 06:15:53 +0000 Subject: =?UTF-8?q?2011-02-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * include/rtems/btimer.h: New. * Makefile.am: Add rtems/btimer.h * libcsupport/include/timerdrv.h: Reflect having split out functions to rtems/btimer.h. --- cpukit/libcsupport/include/timerdrv.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'cpukit/libcsupport') 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 + #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 } -- cgit v1.2.3