1
0
Fork 0
forked from len0rd/rockbox

fix yellow and some house cleaning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Kukla 2007-10-09 21:28:51 +00:00
parent 8a3e141904
commit a07e93938c
7 changed files with 47 additions and 46 deletions

View file

@ -293,7 +293,7 @@ static void button_boost(bool state)
}
#endif /* HAVE_ADJUSTABLE_CPU_FREQ */
int button_available( void )
int button_queue_count( void )
{
return queue_count(&button_queue);
}