Fix some more #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
816eea85de
commit
f13184e472
3 changed files with 2 additions and 1 deletions
|
@ -860,7 +860,6 @@ void backlight_init(void)
|
||||||
|
|
||||||
void backlight_on(void) {}
|
void backlight_on(void) {}
|
||||||
void backlight_off(void) {}
|
void backlight_off(void) {}
|
||||||
void buttonlight_on(void) {}
|
|
||||||
void backlight_set_timeout(int value) {(void)value;}
|
void backlight_set_timeout(int value) {(void)value;}
|
||||||
|
|
||||||
bool is_backlight_on(bool ignore_always_off)
|
bool is_backlight_on(bool ignore_always_off)
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
#include "sound.h"
|
||||||
|
|
||||||
#include "wmcodec.h"
|
#include "wmcodec.h"
|
||||||
#include "audiohw.h"
|
#include "audiohw.h"
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include "hwcompat.h"
|
#include "hwcompat.h"
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
#include "usb-target.h"
|
||||||
|
|
||||||
int usb_detect(void)
|
int usb_detect(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue