summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/debug-target.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-16 18:40:28 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-16 18:40:28 +0000
commit95d76f2da2b1535d552f60ab36a297c615960acc (patch)
tree79741712069d027ff36633fd830fdf543ceeda4c /firmware/target/arm/imx31/debug-target.h
parent3c102ffd4d945ff332993546a920245bb2ce7333 (diff)
downloadrockbox-95d76f2da2b1535d552f60ab36a297c615960acc.tar.gz
rockbox-95d76f2da2b1535d552f60ab36a297c615960acc.zip
Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17536 a1c6a512-1295-4272-9138-f99709370657
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 */