summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx233
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:30 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:30 +0000
commit393f427a112687aa3d17b4fd33dfe402ef11f3c5 (patch)
tree64d3bd99375de9798609104380919250a40d2eb3 /firmware/target/arm/imx233
parentdb7bce570d938f7a3ecccc79e3f5ce659a2cc895 (diff)
downloadrockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.tar.gz
rockbox-393f427a112687aa3d17b4fd33dfe402ef11f3c5.zip
dbg_hw_info(): remove duplicate prototypes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31560 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/imx233')
-rw-r--r--firmware/target/arm/imx233/debug-target.h1
1 files changed, 0 insertions, 1 deletions
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 */