forked from len0rd/rockbox
Fix yellow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28878 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9afb55ad95
commit
a341646f2d
1 changed files with 2 additions and 2 deletions
|
@ -375,8 +375,8 @@ unsigned int create_thread(void (*function)(void),
|
||||||
void trigger_cpu_boost(void);
|
void trigger_cpu_boost(void);
|
||||||
void cancel_cpu_boost(void);
|
void cancel_cpu_boost(void);
|
||||||
#else
|
#else
|
||||||
#define trigger_cpu_boost()
|
#define trigger_cpu_boost() do { } while(0)
|
||||||
#define cancel_cpu_boost()
|
#define cancel_cpu_boost() do { } while(0)
|
||||||
#endif
|
#endif
|
||||||
/* Return thread entry from id */
|
/* Return thread entry from id */
|
||||||
struct thread_entry *thread_id_entry(unsigned int thread_id);
|
struct thread_entry *thread_id_entry(unsigned int thread_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue