1
0
Fork 0
forked from len0rd/rockbox

dbg_hw_info() : add prototype to system.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31559 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2012-01-04 05:29:22 +00:00
parent b959497670
commit db7bce570d

View file

@ -389,5 +389,8 @@ static inline uint32_t swaw32_hw(uint32_t value)
#ifndef SIMULATOR #ifndef SIMULATOR
bool dbg_ports(void); bool dbg_ports(void);
#endif #endif
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
bool dbg_hw_info(void);
#endif
#endif /* __SYSTEM_H__ */ #endif /* __SYSTEM_H__ */