summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:22 +0000
committerRafaël Carré <rafael.carre@gmail.com>2012-01-04 05:29:22 +0000
commitdb7bce570d938f7a3ecccc79e3f5ce659a2cc895 (patch)
tree2fac2ac4a4619ac88a982b5322ef5cb8c15f2028
parentb9594976701accc895d22f0ace0e4397bade0f4c (diff)
downloadrockbox-db7bce570d938f7a3ecccc79e3f5ce659a2cc895.zip
rockbox-db7bce570d938f7a3ecccc79e3f5ce659a2cc895.tar.gz
rockbox-db7bce570d938f7a3ecccc79e3f5ce659a2cc895.tar.bz2
rockbox-db7bce570d938f7a3ecccc79e3f5ce659a2cc895.tar.xz
dbg_hw_info() : add prototype to system.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31559 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 78fcd4c..d34ff99 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -389,5 +389,8 @@ static inline uint32_t swaw32_hw(uint32_t value)
#ifndef SIMULATOR
bool dbg_ports(void);
#endif
+#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
+bool dbg_hw_info(void);
+#endif
#endif /* __SYSTEM_H__ */