aa64: finalise context switch, page fault handler and syscall
[lunaix-os.git] / lunaix-os / includes / lunaix / process.h
index 86e485e27a599d78c051d1d9879e3f4b8153f87c..2c8d740ef71d802c64a696bf2c2e7e73848990ef 100644 (file)
@@ -379,6 +379,9 @@ exit_thread(void* val);
 void
 thread_release_mem(struct thread* thread);
 
+ptr_t 
+proc_vmroot();
+
 /* 
     ========= Signal =========
 */