summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-07-30 17:58:12 -0700
committerScott Shawcroft <scott@tannewt.org>2020-08-19 14:22:12 -0700
commit1a6f4e0fe0f8417ea99a3cdb55d8764f47258bea (patch)
tree6f28457c1df53187d0b739689fb9930e6fed5c3c /supervisor
parentc5b8401a15b4a34736d0ba86691eb441f65099e2 (diff)
Scanning WIP. Need to sort out supervisor memory
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/port.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/supervisor/port.h b/supervisor/port.h
index ad5b3cf32..ddb96bd52 100644
--- a/supervisor/port.h
+++ b/supervisor/port.h
@@ -69,6 +69,8 @@ uint32_t *port_heap_get_bottom(void);
// Get heap top address
uint32_t *port_heap_get_top(void);
+supervisor_allocation* port_fixed_heap(void);
+
// Save and retrieve a word from memory that is preserved over reset. Used for safe mode.
void port_set_saved_word(uint32_t);
uint32_t port_get_saved_word(void);