Commit fix for CPU_BOOST_LOGGING by Rafaël Carré.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20724 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
70353f4eb0
commit
64373a7a83
1 changed files with 4 additions and 0 deletions
|
@ -36,8 +36,12 @@
|
|||
#define lseek rb->lseek
|
||||
#define memset rb->memset
|
||||
#ifdef HAVE_ADJUSTABLE_CPU_FREQ
|
||||
#ifdef CPU_BOOST_LOGGING
|
||||
#define cpu_boost_ rb->cpu_boost_
|
||||
#else
|
||||
#define cpu_boost rb->cpu_boost
|
||||
#endif
|
||||
#endif
|
||||
#define yield rb->yield
|
||||
#define file_exists rb->file_exists
|
||||
#define snprintf rb->snprintf
|
||||
|
|
Loading…
Reference in a new issue