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 @@
* KIND, either express or implied.
*
****************************************************************************/
+#ifndef DEBUG_TARGET_H
+#define DEBUG_TARGET_H
#define DEBUG_CANCEL BUTTON_BACK
bool __dbg_hw_info(void);
bool __dbg_ports(void);
-
+#endif /* DEBUG_TARGET_H */