usb-target.h: remove
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31498 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db9ce6dc7f
commit
568c441fd8
47 changed files with 0 additions and 34 deletions
|
@ -36,7 +36,6 @@
|
|||
#include "button.h"
|
||||
#include "font.h"
|
||||
#include "lcd.h"
|
||||
#include "usb-target.h"
|
||||
#include "version.h"
|
||||
|
||||
/* Show the Rockbox logo - in show_logo.c */
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "version.h"
|
||||
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
extern char loadaddress[];
|
||||
extern char loadaddressend[];
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
#if defined(SANSA_E200) || defined(SANSA_C200) || defined(PHILIPS_SA9200)
|
||||
#include "usb_drv.h"
|
||||
#endif
|
||||
#include "usb-target.h"
|
||||
#if defined(SAMSUNG_YH925)
|
||||
/* this function (in lcd-yh925.c) resets the screen orientation for the OF
|
||||
* for use with dualbooting */
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "cpu.h"
|
||||
#include "ata.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
#include "m66591.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#include "system.h"
|
||||
#include "as3525.h"
|
||||
#include "i2c.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
#define I2C2_DATA *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x00))
|
||||
#define I2C2_SLAD0 *((volatile unsigned int *)(I2C_AUDIO_BASE + 0x04))
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#ifdef HAVE_USBSTACK
|
||||
#include "usb_core.h"
|
||||
#endif
|
||||
#include "usb-target.h"
|
||||
#include "power.h"
|
||||
#include "as3525.h"
|
||||
#include "usb_drv.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb-target.h"
|
||||
#include "as3525.h"
|
||||
#include "clock-target.h"
|
||||
#include "ascodec.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "power.h"
|
||||
#include "string.h"
|
||||
#include "system-target.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
struct current_step_bit_t
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "usb.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb-target.h"
|
||||
#include "system.h"
|
||||
#include "system-target.h"
|
||||
#include "clkctrl-imx233.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "mc13783-target.h"
|
||||
#include "adc-target.h"
|
||||
#include "button-target.h"
|
||||
#include "usb-target.h"
|
||||
#include "power-gigabeat-s.h"
|
||||
#include "powermgmt-target.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "usb.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb-target.h"
|
||||
#include "mc13783.h"
|
||||
#include "ccm-imx31.h"
|
||||
#include "avic-imx31.h"
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "adc.h"
|
||||
#include "powermgmt.h"
|
||||
#include "power.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb.h"
|
||||
|
||||
/*===========================================================================
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb_drv.h"
|
||||
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "usb.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb-target.h"
|
||||
#include "system.h"
|
||||
#include "system-target.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "kernel.h"
|
||||
#include "ata.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
#define USB_RST_ASSERT GPBDAT &= ~(1 << 4)
|
||||
#define USB_RST_DEASSERT GPBDAT |= (1 << 4)
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "config.h"
|
||||
#include "s5l8700.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_init_device(void)
|
||||
{
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include "sd-pp-target.h"
|
||||
#endif
|
||||
#include "button-target.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb_drv.h"
|
||||
#ifdef HAVE_REMOTE_LCD
|
||||
#include "lcd-remote-target.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb_core.h"
|
||||
#include "isp1583.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "string.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_pin_init(void)
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
****************************************************************************/
|
||||
#include "config.h"
|
||||
#include "system.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb.h"
|
||||
#include "button.h"
|
||||
#include "ata.h"
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb_drv.h"
|
||||
|
||||
#include "cpu.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "usb.h"
|
||||
|
||||
#include "usb-tcc.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_init_device(void)
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_init_device(void)
|
||||
{
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "system.h"
|
||||
#include "kernel.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
void usb_init_device(void)
|
||||
{
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "usb_ch9.h"
|
||||
#include "usb_drv.h"
|
||||
#include "usb_core.h"
|
||||
#include "usb-target.h"
|
||||
#include "jz4740.h"
|
||||
#include "thread.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "hwcompat.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
int usb_detect(void)
|
||||
{
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include "hwcompat.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
int usb_detect(void)
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "cpu.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
int usb_detect(void)
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "hwcompat.h"
|
||||
#include "system.h"
|
||||
#include "usb.h"
|
||||
#include "usb-target.h"
|
||||
|
||||
int usb_detect(void)
|
||||
{
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "disk.h"
|
||||
#include "panic.h"
|
||||
#include "lcd.h"
|
||||
#include "usb-target.h"
|
||||
#include "usb.h"
|
||||
#include "button.h"
|
||||
#include "string.h"
|
||||
|
|
|
@ -35,9 +35,6 @@
|
|||
#include "timefuncs.h"
|
||||
#endif
|
||||
|
||||
/* For sector filter macro definitions */
|
||||
#include "usb-target.h"
|
||||
|
||||
#ifdef USB_USE_RAMDISK
|
||||
#define RAMDISK_SIZE 2048
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue