feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git] / lunaix-os / includes / lunaix / mm / region.h
index 99e9990a3e306c51e727ffd019c5c238e700954d..c0ecd6196fc48e84729ba7148cffe2cbd156fdb4 100644 (file)
@@ -22,6 +22,9 @@ struct mm_region*
 region_get(vm_regions_t* lead, unsigned long vaddr);
 
 void
-region_copy(struct proc_mm* src, struct proc_mm* dest);
+region_copy_mm(struct proc_mm* src, struct proc_mm* dest);
+
+struct mm_region*
+region_dup(struct mm_region* origin);
 
 #endif /* __LUNAIX_REGION_H */