summaryrefslogtreecommitdiffstatshomepage
path: root/py/persistentcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/persistentcode.h')
-rw-r--r--py/persistentcode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/persistentcode.h b/py/persistentcode.h
index 07e018f8a6..fde7a4625d 100644
--- a/py/persistentcode.h
+++ b/py/persistentcode.h
@@ -95,4 +95,6 @@ mp_raw_code_t *mp_raw_code_load_file(const char *filename);
void mp_raw_code_save(mp_raw_code_t *rc, mp_print_t *print);
void mp_raw_code_save_file(mp_raw_code_t *rc, const char *filename);
+void mp_native_relocate(void *reloc, uint8_t *text, uintptr_t reloc_text);
+
#endif // MICROPY_INCLUDED_PY_PERSISTENTCODE_H