Kernel - Adding support for MMap (untested)
[tpg/acess2.git] / Kernel / include / vfs_int.h
index d4a533d..0d6b3b5 100644 (file)
@@ -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;
 

UCC git Repository :: git.ucc.asn.au