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 1055c65b60..78fcd4caa9 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -386,4 +386,8 @@ static inline uint32_t swaw32_hw(uint32_t value)
386 * break strict aliasing rules' B.S. */ 386 * break strict aliasing rules' B.S. */
387#define PUN_PTR(type, p) ((type)(intptr_t)(p)) 387#define PUN_PTR(type, p) ((type)(intptr_t)(p))
388 388
389#ifndef SIMULATOR
390bool dbg_ports(void);
391#endif
392
389#endif /* __SYSTEM_H__ */ 393#endif /* __SYSTEM_H__ */