From c5dedd7d762f48e940ecc0bd17dd2173d59a92e1 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 29 Jun 2009 14:29:57 +0000 Subject: Remove the TIMER_* macros and declare target-specific functions in timer.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21559 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/timer-target.h | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'firmware/target/arm/timer-target.h') diff --git a/firmware/target/arm/timer-target.h b/firmware/target/arm/timer-target.h index 7b7fdabdce..65867ab64b 100644 --- a/firmware/target/arm/timer-target.h +++ b/firmware/target/arm/timer-target.h @@ -28,25 +28,7 @@ #error "PP specific header" #endif -bool __timer_set(long cycles, bool start); -bool __timer_start(IF_COP_VOID(int core)); -void __timer_stop(void); - /* Portalplayer chips use a microsecond timer. */ #define TIMER_FREQ 1000000 -#define __TIMER_SET(cycles, set) \ - __timer_set(cycles, set) - -#if NUM_CORES > 1 -#define __TIMER_START(core) \ - __timer_start(core) -#else -#define __TIMER_START() \ - __timer_start() -#endif - -#define __TIMER_STOP(...) \ - __timer_stop() - #endif /* TIMER_TARGET_H */ -- cgit v1.2.3