summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/backlight-e200.c
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/backlight-e200.c
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/backlight-e200.c')
-rw-r--r--firmware/target/arm/sandisk/sansa-e200/backlight-e200.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/firmware/target/arm/sandisk/sansa-e200/backlight-e200.c b/firmware/target/arm/sandisk/sansa-e200/backlight-e200.c
new file mode 100644
index 0000000000..492942361a
--- /dev/null
+++ b/firmware/target/arm/sandisk/sansa-e200/backlight-e200.c
@@ -0,0 +1,25 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 by Barry Wardell
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 ****************************************************************************/
19void __backlight_on(void)
20{
21}
22
23void __backlight_off(void)
24{
25}