]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/FileSpace.c
ShellPkg/ShellCommandLib: Add missing EFIAPI for public library APIs
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / FileSpace.c
index 24f84d2a64ebddef243cb2dcc156b290c1318a21..ce7c067a4a855ebfb3c3f996df12f5bc67ed769a 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2005, Intel Corporation\r
-All rights reserved. This program and the accompanying materials are licensed and made available\r
+Copyright (c) 2005 - 2013, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available\r
 under the terms and conditions of the BSD License which accompanies this\r
 distribution. The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -79,7 +79,8 @@ Returns:
              READ_FAT,\r
              Volume->FatEntryPos,\r
              Volume->FatEntrySize,\r
-             &Volume->FatEntryBuffer\r
+             &Volume->FatEntryBuffer,\r
+             NULL\r
              );\r
   if (EFI_ERROR (Status)) {\r
     Volume->FatEntryBuffer = (UINT32) -1;\r
@@ -246,7 +247,8 @@ Returns:
              WRITE_FAT,\r
              Volume->FatEntryPos,\r
              Volume->FatEntrySize,\r
-             &Volume->FatEntryBuffer\r
+             &Volume->FatEntryBuffer,\r
+             NULL\r
              );\r
   return Status;\r
 }\r