From b619a2f42468ae4b7cc3951aaa22cc1f36ac442e Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Wed, 4 Jan 2012 06:34:35 +0000 Subject: rk27xx: move debug-target.h content to .c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31571 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/rk27xx/debug-target.h | 32 ------------------------------- 1 file changed, 32 deletions(-) (limited to 'firmware/target/arm/rk27xx/debug-target.h') diff --git a/firmware/target/arm/rk27xx/debug-target.h b/firmware/target/arm/rk27xx/debug-target.h index 3806014287..e69de29bb2 100644 --- a/firmware/target/arm/rk27xx/debug-target.h +++ b/firmware/target/arm/rk27xx/debug-target.h @@ -1,32 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Karl Kurbjun - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#ifndef _DEBUG_TARGET_H_ -#define _DEBUG_TARGET_H_ - -#ifdef RK27_GENERIC -#define DEBUG_CANCEL BUTTON_VOL -#elif defined(HM60X) || defined(HM801) -#define DEBUG_CANCEL BUTTON_LEFT -#endif - -#endif /* _DEBUG_TARGET_H_ */ - -- cgit v1.2.3