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