1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Christian Gmeiner 2008-02-17 15:32:26 +00:00
parent 78fa347c6b
commit b9c9ca6290
2 changed files with 8 additions and 0 deletions

View file

@ -27,6 +27,10 @@
#include "font.h"
#include "debug-target.h"
#ifdef IPOD_ARCH
#include "hwcompat.h" /* needed for IPOD_HW_REVISION */
#endif
static int perfcheck(void)
{
int result;

View file

@ -17,5 +17,9 @@
*
****************************************************************************/
#ifndef BUTTON_POWER
#define DEBUG_CANCEL BUTTON_MENU
#else
#define DEBUG_CANCEL BUTTON_POWER
#endif
bool __dbg_hw_info(void);