From d185f9eba8706fb2415eb6406a0ffd90113e95da Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 10 Nov 2007 23:13:27 +0000 Subject: Fix the Gigabeat red and move it's hw specific code into the target tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15562 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/s3c2440/debug-target.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 firmware/target/arm/s3c2440/debug-target.h (limited to 'firmware/target/arm/s3c2440/debug-target.h') diff --git a/firmware/target/arm/s3c2440/debug-target.h b/firmware/target/arm/s3c2440/debug-target.h new file mode 100755 index 0000000000..45eccd3be4 --- /dev/null +++ b/firmware/target/arm/s3c2440/debug-target.h @@ -0,0 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2007 by Karl Kurbjun + * + * 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. + * + ****************************************************************************/ + +#define DEBUG_CANCEL BUTTON_A +bool __dbg_hw_info(void); +bool __dbg_ports(void); + -- cgit v1.2.3