1
0
Fork 0
forked from len0rd/rockbox

Android: Replace the java based tick timer implemented with a not as bloated and more accurate linux hrtimer based one. Further reduces idle cpu usage (0% on my phone but still 1-2% on a Samsung Galaxy S).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28784 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-12-10 15:14:18 +00:00
parent 44cdce9b29
commit c47d813451
4 changed files with 66 additions and 130 deletions

View file

@ -27,6 +27,8 @@
#define restore_irq(level) (void)level
void power_off(void);
void wait_for_interrupt(void);
void interrupt(void);
#endif /* __SYSTEM_TARGET_H__ */