summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/debug-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/imx31/debug-target.h')
-rw-r--r--firmware/target/arm/imx31/debug-target.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/debug-target.h b/firmware/target/arm/imx31/debug-target.h
index 5928e0c64b..eaa986f1c2 100644
--- a/firmware/target/arm/imx31/debug-target.h
+++ b/firmware/target/arm/imx31/debug-target.h
@@ -16,9 +16,11 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#ifndef DEBUG_TARGET_H
20#define DEBUG_TARGET_H
19 21
20#define DEBUG_CANCEL BUTTON_BACK 22#define DEBUG_CANCEL BUTTON_BACK
21bool __dbg_hw_info(void); 23bool __dbg_hw_info(void);
22bool __dbg_ports(void); 24bool __dbg_ports(void);
23 25
24 26#endif /* DEBUG_TARGET_H */