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/as3525/timer-target.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'firmware/target/arm/as3525/timer-target.h') diff --git a/firmware/target/arm/as3525/timer-target.h b/firmware/target/arm/as3525/timer-target.h index b1bdfed78f..f6b4fae370 100644 --- a/firmware/target/arm/as3525/timer-target.h +++ b/firmware/target/arm/as3525/timer-target.h @@ -21,19 +21,6 @@ #ifndef TIMER_TARGET_H #define TIMER_TARGET_H -bool __timer_set(long cycles, bool set); -bool __timer_start(void); -void __timer_stop(void); - #define TIMER_FREQ (24000000 / 16) -#define __TIMER_SET(cycles, set) \ - __timer_set(cycles, set) - -#define __TIMER_START() \ - __timer_start() - -#define __TIMER_STOP(...) \ - __timer_stop() - #endif /* TIMER_TARGET_H */ -- cgit v1.2.3