summaryrefslogtreecommitdiff
path: root/firmware/usbstack
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2008-03-04 14:36:22 +0000
committerBarry Wardell <rockbox@barrywardell.net>2008-03-04 14:36:22 +0000
commit46973f7f9f37cd07b90da4eb57296495af883fdc (patch)
treecf6660d359fab1295fca0df2be44b3aefd0a6fd9 /firmware/usbstack
parent0449c0ef5d3397ac6944bcb73678e087b7ef0f3e (diff)
downloadrockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.tar.gz
rockbox-46973f7f9f37cd07b90da4eb57296495af883fdc.zip
Only need to include these for e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16514 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack')
-rw-r--r--firmware/usbstack/usb_storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c
index f1029c3c93..b68b26f129 100644
--- a/firmware/usbstack/usb_storage.c
+++ b/firmware/usbstack/usb_storage.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id: $ 8 * $Id: $
9 * 9 *
10 * Copyright (C) 2007 by Björn Stenberg 10 * Copyright (C) 2007 by Bj�rn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -20,7 +20,7 @@
20#include "system.h" 20#include "system.h"
21#include "usb_core.h" 21#include "usb_core.h"
22#include "usb_drv.h" 22#include "usb_drv.h"
23//#define LOGF_ENABLE 23#define LOGF_ENABLE
24#include "logf.h" 24#include "logf.h"
25#include "ata.h" 25#include "ata.h"
26#include "hotswap.h" 26#include "hotswap.h"