dbg_hw_info(): remove duplicate prototypes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31560 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 05:29:30 +00:00
parent db7bce570d
commit 393f427a11
15 changed files with 0 additions and 144 deletions

View file

@ -22,15 +22,11 @@
#ifndef _DEBUG_TARGET_H_
#define _DEBUG_TARGET_H_
#include <stdbool.h>
#ifdef RK27_GENERIC
#define DEBUG_CANCEL BUTTON_VOL
#elif defined(HM60X) || defined(HM801)
#define DEBUG_CANCEL BUTTON_LEFT
#endif
bool dbg_hw_info(void);
#endif /* _DEBUG_TARGET_H_ */