2008-02-17 12:43:23 +00:00
|
|
|
/***************************************************************************
|
|
|
|
* __________ __ ___.
|
|
|
|
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
|
|
|
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
|
|
|
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
|
|
|
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
|
|
|
* \/ \/ \/ \/ \/
|
|
|
|
* $Id: debug-tcc780x.c 16316 2008-02-15 12:37:36Z christian $
|
|
|
|
*
|
|
|
|
* Copyright (C) 2002 Heikki Hannikainen
|
|
|
|
*
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
****************************************************************************/
|
|
|
|
|
2008-02-17 15:43:43 +00:00
|
|
|
#ifndef DEBUG_CANCEL
|
2008-02-17 15:32:26 +00:00
|
|
|
#define DEBUG_CANCEL BUTTON_MENU
|
|
|
|
#endif
|
2008-02-17 12:43:23 +00:00
|
|
|
bool __dbg_hw_info(void);
|