about summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index a6d68331fda..aa5cc7d75f8 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -196,6 +196,9 @@ rust_task : public kernel_owned<rust_task>, rust_cond
     void claim_alloc(void *alloc, const type_desc *tydesc);
 
     void notify(bool success);
+
+    void *new_stack(size_t stk_sz, void *args_addr, size_t args_sz);
+    void del_stack();
 };
 
 //