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 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__ */