From 769fcbd4d9425d0de1fa1628acdce1a2ffbdcd98 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Wed, 12 Mar 2008 20:35:42 +0000 Subject: More iAudio M3 work. Bootloader compiles, but doesn't work yet. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16645 a1c6a512-1295-4272-9138-f99709370657 --- .../target/coldfire/iaudio/m3/backlight-target.h | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 firmware/target/coldfire/iaudio/m3/backlight-target.h (limited to 'firmware/target/coldfire/iaudio/m3/backlight-target.h') diff --git a/firmware/target/coldfire/iaudio/m3/backlight-target.h b/firmware/target/coldfire/iaudio/m3/backlight-target.h new file mode 100644 index 0000000000..88bd7f6d14 --- /dev/null +++ b/firmware/target/coldfire/iaudio/m3/backlight-target.h @@ -0,0 +1,27 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2008 by Jens Arnold + * + * 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 + +bool _backlight_init(void); +void _backlight_on(void); +void _backlight_off(void); + +#endif -- cgit v1.2.3