summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_jz47xx/timer-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_jz47xx/timer-target.h')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/timer-target.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/timer-target.h b/firmware/target/mips/ingenic_jz47xx/timer-target.h
index 2e072440ab..a305afaf8b 100644
--- a/firmware/target/mips/ingenic_jz47xx/timer-target.h
+++ b/firmware/target/mips/ingenic_jz47xx/timer-target.h
@@ -26,17 +26,4 @@
26 26
27#define TIMER_FREQ (CFG_EXTAL) /* For full precision! */ 27#define TIMER_FREQ (CFG_EXTAL) /* For full precision! */
28 28
29bool __timer_set(long cycles, bool set);
30bool __timer_start(void);
31void __timer_stop(void);
32
33#define __TIMER_SET(cycles, set) \
34 __timer_set(cycles, set)
35
36#define __TIMER_START() \
37 __timer_start()
38
39#define __TIMER_STOP(...) \
40 __timer_stop()
41
42#endif /* __TIMER_H_ */ 29#endif /* __TIMER_H_ */