diff options
author | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-10 07:43:36 +0000 |
---|---|---|
committer | Tomasz Malesinski <tomal@rockbox.org> | 2006-11-10 07:43:36 +0000 |
commit | 29d8b917a8bda553671294dc31640e0bb78021f2 (patch) | |
tree | bb6418e54cca4e7f2aa5b516c7c75201fe0c502c /firmware/target/arm/iriver/backlight-target.h | |
parent | e3324483dfa58c709411e1b38ed77ae9cc7dee0c (diff) | |
download | rockbox-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/backlight-target.h')
-rw-r--r-- | firmware/target/arm/iriver/backlight-target.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/firmware/target/arm/iriver/backlight-target.h b/firmware/target/arm/iriver/backlight-target.h new file mode 100644 index 0000000000..d35dccdc4a --- /dev/null +++ b/firmware/target/arm/iriver/backlight-target.h @@ -0,0 +1,25 @@ +/*************************************************************************** + * __________ __ ___. + * 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 |