summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 1055c65..78fcd4c 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -386,4 +386,8 @@ static inline uint32_t swaw32_hw(uint32_t value)
* break strict aliasing rules' B.S. */
#define PUN_PTR(type, p) ((type)(intptr_t)(p))
+#ifndef SIMULATOR
+bool dbg_ports(void);
+#endif
+
#endif /* __SYSTEM_H__ */