summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/debug-target.h2
-rw-r--r--firmware/target/arm/at91sam/lyre_proto1/debug-target.h25
-rw-r--r--firmware/target/arm/imx233/debug-target.h1
-rw-r--r--firmware/target/arm/imx31/debug-target.h1
-rw-r--r--firmware/target/arm/pp/debug-target.h1
-rw-r--r--firmware/target/arm/rk27xx/debug-target.h4
-rw-r--r--firmware/target/arm/s3c2440/debug-target.h3
-rw-r--r--firmware/target/arm/s5l8700/debug-target.h5
-rw-r--r--firmware/target/arm/s5l8702/debug-target.h5
-rw-r--r--firmware/target/arm/tcc77x/debug-target.h23
-rw-r--r--firmware/target/arm/tcc780x/debug-target.h23
-rw-r--r--firmware/target/arm/tms320dm320/debug-target.h22
-rw-r--r--firmware/target/coldfire/debug-target.h1
-rw-r--r--firmware/target/mips/ingenic_jz47xx/debug-target.h27
-rw-r--r--firmware/target/sh/debug-target.h1
15 files changed, 0 insertions, 144 deletions
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h
index 8d533aa8a1..a86c6f2d41 100644
--- a/firmware/target/arm/as3525/debug-target.h
+++ b/firmware/target/arm/as3525/debug-target.h
@@ -21,8 +21,6 @@
21 21
22#ifndef _DEBUG_TARGET_H_ 22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_ 23#define _DEBUG_TARGET_H_
24#include <stdbool.h>
25 24
26#define DEBUG_CANCEL BUTTON_LEFT 25#define DEBUG_CANCEL BUTTON_LEFT
27bool dbg_hw_info(void);
28#endif 26#endif
diff --git a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h
index 946215b846..e69de29bb2 100644
--- a/firmware/target/arm/at91sam/lyre_proto1/debug-target.h
+++ b/firmware/target/arm/at91sam/lyre_proto1/debug-target.h
@@ -1,25 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 *
9 *
10 * Copyright (C) 2009 by Jorge Pinto
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22#include <stdbool.h>
23
24bool dbg_hw_info(void);
25
diff --git a/firmware/target/arm/imx233/debug-target.h b/firmware/target/arm/imx233/debug-target.h
index 28a4c8d004..c44897600b 100644
--- a/firmware/target/arm/imx233/debug-target.h
+++ b/firmware/target/arm/imx233/debug-target.h
@@ -24,6 +24,5 @@
24#define DEBUG_CANCEL BUTTON_BACK 24#define DEBUG_CANCEL BUTTON_BACK
25 25
26bool dbg_hw_target_info(void); 26bool dbg_hw_target_info(void);
27bool dbg_hw_info(void);
28 27
29#endif /* DEBUG_TARGET_H */ 28#endif /* DEBUG_TARGET_H */
diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h
index 06b1af3e85..cddafa8812 100644
--- a/firmware/target/arm/imx31/debug-target.h
+++ b/firmware/target/arm/imx31/debug-target.h
@@ -22,7 +22,6 @@
22#define DEBUG_TARGET_H 22#define DEBUG_TARGET_H
23 23
24#define DEBUG_CANCEL BUTTON_BACK 24#define DEBUG_CANCEL BUTTON_BACK
25bool dbg_hw_info(void);
26bool __dbg_dvfs_dptc(void); 25bool __dbg_dvfs_dptc(void);
27 26
28#endif /* DEBUG_TARGET_H */ 27#endif /* DEBUG_TARGET_H */
diff --git a/firmware/target/arm/pp/debug-target.h b/firmware/target/arm/pp/debug-target.h
index f60de4d66d..d6bf53d2aa 100644
--- a/firmware/target/arm/pp/debug-target.h
+++ b/firmware/target/arm/pp/debug-target.h
@@ -44,4 +44,3 @@
44#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) 44#elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD)
45# define DEBUG_CANCEL BUTTON_CANCEL 45# define DEBUG_CANCEL BUTTON_CANCEL
46#endif 46#endif
47bool dbg_hw_info(void);
diff --git a/firmware/target/arm/rk27xx/debug-target.h b/firmware/target/arm/rk27xx/debug-target.h
index 42afc99f6d..3806014287 100644
--- a/firmware/target/arm/rk27xx/debug-target.h
+++ b/firmware/target/arm/rk27xx/debug-target.h
@@ -22,15 +22,11 @@
22#ifndef _DEBUG_TARGET_H_ 22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_ 23#define _DEBUG_TARGET_H_
24 24
25#include <stdbool.h>
26
27#ifdef RK27_GENERIC 25#ifdef RK27_GENERIC
28#define DEBUG_CANCEL BUTTON_VOL 26#define DEBUG_CANCEL BUTTON_VOL
29#elif defined(HM60X) || defined(HM801) 27#elif defined(HM60X) || defined(HM801)
30#define DEBUG_CANCEL BUTTON_LEFT 28#define DEBUG_CANCEL BUTTON_LEFT
31#endif 29#endif
32 30
33bool dbg_hw_info(void);
34
35#endif /* _DEBUG_TARGET_H_ */ 31#endif /* _DEBUG_TARGET_H_ */
36 32
diff --git a/firmware/target/arm/s3c2440/debug-target.h b/firmware/target/arm/s3c2440/debug-target.h
index 72b0b252f1..df0097f12c 100644
--- a/firmware/target/arm/s3c2440/debug-target.h
+++ b/firmware/target/arm/s3c2440/debug-target.h
@@ -24,6 +24,3 @@
24#elif defined(MINI2440) 24#elif defined(MINI2440)
25#define DEBUG_CANCEL BUTTON_MENU 25#define DEBUG_CANCEL BUTTON_MENU
26#endif 26#endif
27
28bool dbg_hw_info(void);
29
diff --git a/firmware/target/arm/s5l8700/debug-target.h b/firmware/target/arm/s5l8700/debug-target.h
index 0d32095ae4..90237802d7 100644
--- a/firmware/target/arm/s5l8700/debug-target.h
+++ b/firmware/target/arm/s5l8700/debug-target.h
@@ -22,11 +22,6 @@
22#ifndef _DEBUG_TARGET_H_ 22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_ 23#define _DEBUG_TARGET_H_
24 24
25#include <stdbool.h>
26
27#define DEBUG_CANCEL BUTTON_MENU 25#define DEBUG_CANCEL BUTTON_MENU
28 26
29bool dbg_hw_info(void);
30
31#endif /* _DEBUG_TARGET_H_ */ 27#endif /* _DEBUG_TARGET_H_ */
32
diff --git a/firmware/target/arm/s5l8702/debug-target.h b/firmware/target/arm/s5l8702/debug-target.h
index b5c1511bd0..2d1b1cc01c 100644
--- a/firmware/target/arm/s5l8702/debug-target.h
+++ b/firmware/target/arm/s5l8702/debug-target.h
@@ -22,11 +22,6 @@
22#ifndef _DEBUG_TARGET_H_ 22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_ 23#define _DEBUG_TARGET_H_
24 24
25#include <stdbool.h>
26
27#define DEBUG_CANCEL BUTTON_MENU 25#define DEBUG_CANCEL BUTTON_MENU
28 26
29bool dbg_hw_info(void);
30
31#endif /* _DEBUG_TARGET_H_ */ 27#endif /* _DEBUG_TARGET_H_ */
32
diff --git a/firmware/target/arm/tcc77x/debug-target.h b/firmware/target/arm/tcc77x/debug-target.h
index 38881ec663..e69de29bb2 100644
--- a/firmware/target/arm/tcc77x/debug-target.h
+++ b/firmware/target/arm/tcc77x/debug-target.h
@@ -1,23 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2007 by Karl Kurbjun
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22bool dbg_hw_info(void);
23
diff --git a/firmware/target/arm/tcc780x/debug-target.h b/firmware/target/arm/tcc780x/debug-target.h
index 38881ec663..e69de29bb2 100644
--- a/firmware/target/arm/tcc780x/debug-target.h
+++ b/firmware/target/arm/tcc780x/debug-target.h
@@ -1,23 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2007 by Karl Kurbjun
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22bool dbg_hw_info(void);
23
diff --git a/firmware/target/arm/tms320dm320/debug-target.h b/firmware/target/arm/tms320dm320/debug-target.h
index f634082d3c..e69de29bb2 100644
--- a/firmware/target/arm/tms320dm320/debug-target.h
+++ b/firmware/target/arm/tms320dm320/debug-target.h
@@ -1,22 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2007 by Karl Kurbjun
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22bool dbg_hw_info(void);
diff --git a/firmware/target/coldfire/debug-target.h b/firmware/target/coldfire/debug-target.h
index b5b81f7482..8717532425 100644
--- a/firmware/target/coldfire/debug-target.h
+++ b/firmware/target/coldfire/debug-target.h
@@ -32,4 +32,3 @@
32 (CONFIG_KEYPAD == MPIO_HD300_PAD) 32 (CONFIG_KEYPAD == MPIO_HD300_PAD)
33# define DEBUG_CANCEL BUTTON_REC 33# define DEBUG_CANCEL BUTTON_REC
34#endif 34#endif
35bool dbg_hw_info(void);
diff --git a/firmware/target/mips/ingenic_jz47xx/debug-target.h b/firmware/target/mips/ingenic_jz47xx/debug-target.h
index 4709bd344e..e69de29bb2 100644
--- a/firmware/target/mips/ingenic_jz47xx/debug-target.h
+++ b/firmware/target/mips/ingenic_jz47xx/debug-target.h
@@ -1,27 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2009 by Maurus Cuelenaere
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21
22#ifndef __DEBUG_TARGET_H_
23#define __DEBUG_TARGET_H_
24
25bool dbg_hw_info(void);
26
27#endif /* __DEBUG_TARGET_H_ */
diff --git a/firmware/target/sh/debug-target.h b/firmware/target/sh/debug-target.h
index 6f46a1f2b4..962d6d8659 100644
--- a/firmware/target/sh/debug-target.h
+++ b/firmware/target/sh/debug-target.h
@@ -24,4 +24,3 @@
24#elif CONFIG_KEYPAD == ONDIO_PAD 24#elif CONFIG_KEYPAD == ONDIO_PAD
25# define DEBUG_CANCEL BUTTON_MENU 25# define DEBUG_CANCEL BUTTON_MENU
26#endif 26#endif
27bool dbg_hw_info(void);