summaryrefslogtreecommitdiff
path: root/supervisor/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'supervisor/memory.h')
-rwxr-xr-xsupervisor/memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/supervisor/memory.h b/supervisor/memory.h
index c89f14bd9..f557744ae 100755
--- a/supervisor/memory.h
+++ b/supervisor/memory.h
@@ -57,4 +57,7 @@ static inline uint16_t align32_size(uint16_t size) {
return size;
}
+// Called after the heap is freed in case the supervisor wants to save some values.
+void supervisor_move_memory(void);
+
#endif // MICROPY_INCLUDED_SUPERVISOR_MEMORY_H