summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc')
-rw-r--r--libshouldbeinlibc/wire.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libshouldbeinlibc/wire.h b/libshouldbeinlibc/wire.h
index 32724dce..9d2f0fcd 100644
--- a/libshouldbeinlibc/wire.h
+++ b/libshouldbeinlibc/wire.h
@@ -22,3 +22,6 @@
for the current program. */
void wire_down (void);
+/* Wire down all memory currently allocated at START for LEN bytes. */
+void wire_segment (vm_address_t start, vm_size_t len);
+