mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
Name all button light functions and variables consistently starting with buttonlight_ .
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0464c36bdc
commit
5f1ec307db
14 changed files with 51 additions and 51 deletions
|
|
@ -80,9 +80,9 @@ void buttonlight_set_brightness(int val);
|
|||
#endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */
|
||||
|
||||
#ifdef HAVE_BUTTON_LIGHT
|
||||
void button_backlight_on(void);
|
||||
void button_backlight_off(void);
|
||||
void button_backlight_set_timeout(int index);
|
||||
void buttonlight_on(void);
|
||||
void buttonlight_off(void);
|
||||
void buttonlight_set_timeout(int index);
|
||||
#endif
|
||||
|
||||
#endif /* BACKLIGHT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue