From db7bce570d938f7a3ecccc79e3f5ce659a2cc895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 4 Jan 2012 05:29:22 +0000 Subject: [PATCH] dbg_hw_info() : add prototype to system.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31559 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/export/system.h b/firmware/export/system.h index 78fcd4caa9..d34ff995f7 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__ */ -- 2.11.4.GIT