summaryrefslogtreecommitdiff
path: root/firmware/target/sh/archos/timer-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/sh/archos/timer-target.h')
-rw-r--r--firmware/target/sh/archos/timer-target.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/target/sh/archos/timer-target.h b/firmware/target/sh/archos/timer-target.h
index 89dfe57eb3..6cdd442917 100644
--- a/firmware/target/sh/archos/timer-target.h
+++ b/firmware/target/sh/archos/timer-target.h
@@ -23,19 +23,6 @@
23 23
24#include "config.h" 24#include "config.h"
25 25
26bool __timer_set(long cycles, bool start);
27bool __timer_start(void);
28void __timer_stop(void);
29
30#define TIMER_FREQ CPU_FREQ 26#define TIMER_FREQ CPU_FREQ
31 27
32#define __TIMER_SET(cycles, set) \
33 __timer_set(cycles, set)
34
35#define __TIMER_START() \
36 __timer_start()
37
38#define __TIMER_STOP(...) \
39 __timer_stop()
40
41#endif /* TIMER_TARGET_H */ 28#endif /* TIMER_TARGET_H */