summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/iriver/h10
diff options
context:
space:
mode:
authorTomasz Malesinski <tomal@rockbox.org>2006-11-10 07:43:36 +0000
committerTomasz Malesinski <tomal@rockbox.org>2006-11-10 07:43:36 +0000
commit29d8b917a8bda553671294dc31640e0bb78021f2 (patch)
treebb6418e54cca4e7f2aa5b516c7c75201fe0c502c /firmware/target/arm/iriver/h10
parente3324483dfa58c709411e1b38ed77ae9cc7dee0c (diff)
downloadrockbox-29d8b917a8bda553671294dc31640e0bb78021f2.tar.gz
rockbox-29d8b917a8bda553671294dc31640e0bb78021f2.zip
Forgot to add new files for iFP move to target tree.
Fixed conifg-ifp7xx.h so that the simulator works. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11494 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/iriver/h10')
-rw-r--r--firmware/target/arm/iriver/h10/backlight-target.h25
-rw-r--r--firmware/target/arm/iriver/h10/usb-target.h27
2 files changed, 0 insertions, 52 deletions
diff --git a/firmware/target/arm/iriver/h10/backlight-target.h b/firmware/target/arm/iriver/h10/backlight-target.h
deleted file mode 100644
index d35dccdc4a..0000000000
--- a/firmware/target/arm/iriver/h10/backlight-target.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2006 by Barry Wardell
- *
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-#ifndef BACKLIGHT_TARGET_H
-#define BACKLIGHT_TARGET_H
-
-void __backlight_on(void);
-void __backlight_off(void);
-
-#endif
diff --git a/firmware/target/arm/iriver/h10/usb-target.h b/firmware/target/arm/iriver/h10/usb-target.h
deleted file mode 100644
index 7a17f7bacf..0000000000
--- a/firmware/target/arm/iriver/h10/usb-target.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/***************************************************************************
- * __________ __ ___.
- * Open \______ \ ____ ____ | | _\_ |__ _______ ___
- * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
- * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
- * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
- * \/ \/ \/ \/ \/
- * $Id$
- *
- * Copyright (C) 2006 by Barry Wardelll
- *
- * All files in this archive are subject to the GNU General Public License.
- * See the file COPYING in the source tree root for full license agreement.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- ****************************************************************************/
-
-/* Based off x5 version */
-
-#ifndef USB_TARGET_H
-#define USB_TARGET_H
-
-bool usb_init_device(void);
-
-#endif