X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/a9cfeffd21239290ab1da46a952fe5789ae3f6de..c50b9a23b03c677efa3842536c363d368542e30b:/lunaix-os/includes/lunaix/mm/mm.h diff --git a/lunaix-os/includes/lunaix/mm/mm.h b/lunaix-os/includes/lunaix/mm/mm.h index 6585916..07d3d79 100644 --- a/lunaix-os/includes/lunaix/mm/mm.h +++ b/lunaix-os/includes/lunaix/mm/mm.h @@ -3,6 +3,8 @@ #include #include +#include +#include typedef struct { @@ -48,9 +50,11 @@ typedef struct struct mm_region { struct llist_header head; - unsigned long start; - unsigned long end; - unsigned int attr; + struct v_file* mfile; + u32_t offset; + ptr_t start; + ptr_t end; + u32_t attr; }; #endif /* __LUNAIX_MM_H */