Kernel/vfs - (minor) commenting only
authorJohn Hodge <[email protected]>
Sun, 16 Feb 2014 07:36:58 +0000 (15:36 +0800)
committerJohn Hodge <[email protected]>
Sun, 16 Feb 2014 07:36:58 +0000 (15:36 +0800)
KernelLand/Kernel/vfs/mmap.c

index 3539f37..591ae28 100644 (file)
@@ -25,6 +25,7 @@ struct sVFS_MMapPageBlock
 // === PROTOTYPES ===
 //void *VFS_MMap(void *DestHint, size_t Length, int Protection, int Flags, int FD, Uint64 Offset);
 void   *VFS_MMap_Anon(void *Destination, size_t Length, Uint FlagsSet, Uint FlagsMask);
+//int  VFS_MUnmap(void *Addr, size_t Length);
 
 // === CODE ===
 void *VFS_MMap(void *DestHint, size_t Length, int Protection, int Flags, int FD, Uint64 Offset)

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