Added missing usb #includes to usb source files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17309 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1273f95dab
commit
ba39a5c110
5 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
#include "usb_core.h"
|
||||
#include "kernel.h"
|
||||
#include "panic.h"
|
||||
#include "usb_drv.h"
|
||||
|
||||
//#define LOGF_ENABLE
|
||||
#include "logf.h"
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#include "string.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_init_device(void)
|
||||
{
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "usb_core.h"
|
||||
#include "usb_drv.h"
|
||||
#include "kernel.h"
|
||||
#include "usb_charging_only.h"
|
||||
|
||||
//#define LOGF_ENABLE
|
||||
#include "logf.h"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include "usb_core.h"
|
||||
#include "usb_drv.h"
|
||||
#include "kernel.h"
|
||||
#include "usb_serial.h"
|
||||
|
||||
//#define LOGF_ENABLE
|
||||
#include "logf.h"
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include "disk.h"
|
||||
/* Needed to get at the audio buffer */
|
||||
#include "audio.h"
|
||||
#include "usb_storage.h"
|
||||
|
||||
|
||||
#ifdef USB_STORAGE
|
||||
|
|
Loading…
Reference in a new issue