feat: (vm) memory mapping support: mmap/munmap
[lunaix-os.git] / lunaix-os / includes / lunaix / process.h
index 7674a925ab182dc7b90bfa9f41cff7c59f3d663a..1eacf127a28e31ea567a42f12b8b680e69533f8a 100644 (file)
@@ -28,7 +28,7 @@
 struct proc_mm
 {
     heap_context_t u_heap;
 struct proc_mm
 {
     heap_context_t u_heap;
-    struct mm_region regions;
+    struct llist_header regions;
 };
 
 struct proc_sigstate
 };
 
 struct proc_sigstate