X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fvfs_int.h;fp=Kernel%2Finclude%2Fvfs_int.h;h=0d6b3b5dcc09f81e196b6b82d7d581b583f2ff39;hb=8b7dec58d79aad0ba8467a15c353eade8ad5592b;hp=d4a533da8b9f9468f8dd126fcfb1c43aa0dad32a;hpb=59b806f4193cbda2da7aa6a1c004cd19de5e33bd;p=tpg%2Facess2.git diff --git a/Kernel/include/vfs_int.h b/Kernel/include/vfs_int.h index d4a533da..0d6b3b5d 100644 --- a/Kernel/include/vfs_int.h +++ b/Kernel/include/vfs_int.h @@ -35,6 +35,11 @@ typedef struct sVFS_Proc { tVFS_Handle Handles[]; } tVFS_Proc; +typedef struct sVFS_MMapPage { + Uint64 FileOffset; + tPAddr PAddr; +} tVFS_MMapPage; + // === GLOBALS === extern tVFS_Mount *gVFS_Mounts;