summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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)
389#ifndef SIMULATOR 389#ifndef SIMULATOR
390bool dbg_ports(void); 390bool dbg_ports(void);
391#endif 391#endif
392#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
393bool dbg_hw_info(void);
394#endif
392 395
393#endif /* __SYSTEM_H__ */ 396#endif /* __SYSTEM_H__ */