mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
ipod6g: make functions and variables static where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29767 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d905754bdf
commit
0dfce1972b
4 changed files with 37 additions and 33 deletions
|
|
@ -140,10 +140,12 @@ void lcd_shutdown(void)
|
|||
mutex_unlock(&lcd_mutex);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LCD_SLEEP
|
||||
void lcd_sleep(void)
|
||||
{
|
||||
lcd_shutdown();
|
||||
}
|
||||
#endif
|
||||
|
||||
/* LCD init */
|
||||
void lcd_init_device(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue