summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/usb-target.h
diff options
context:
space:
mode:
authorDaniel Ankers <dan@weirdo.org.uk>2006-11-22 00:30:24 +0000
committerDaniel Ankers <dan@weirdo.org.uk>2006-11-22 00:30:24 +0000
commit336cb6898ef55ea6480a0b5547d30bb5029c79ef (patch)
tree14c3248892d5e3e4fe378e31415011fef6fe2215 /firmware/target/arm/sandisk/sansa-e200/usb-target.h
parente7b025ba10b25bc50ad5a307bb2ec2480242a975 (diff)
downloadrockbox-336cb6898ef55ea6480a0b5547d30bb5029c79ef.tar.gz
rockbox-336cb6898ef55ea6480a0b5547d30bb5029c79ef.zip
Add several dummy functions to allow Sansa to build correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11568 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/sandisk/sansa-e200/usb-target.h')
-rw-r--r--firmware/target/arm/sandisk/sansa-e200/usb-target.h26
1 files changed, 25 insertions, 1 deletions
diff --git a/firmware/target/arm/sandisk/sansa-e200/usb-target.h b/firmware/target/arm/sandisk/sansa-e200/usb-target.h
index 67a01ed518..3f309ff30b 100644
--- a/firmware/target/arm/sandisk/sansa-e200/usb-target.h
+++ b/firmware/target/arm/sandisk/sansa-e200/usb-target.h
@@ -1 +1,25 @@
1/* nothing here yet */ 1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 by Barry Wardelll
11 *
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.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19#ifndef USB_TARGET_H
20#define USB_TARGET_H
21
22bool usb_init_device(void);
23
24#endif
25