]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/RuntimeDxe/reclaim.c
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework codin...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / RuntimeDxe / reclaim.c
index 0adaa8787cebd23d26cacc17fb17068bcb63567c..ed68f12017f737270d28ee2949e14b4a075134b7 100644 (file)
@@ -1,6 +1,9 @@
-/*++\r
+/** @file\r
+  \r
+  Handles non-volatile variable store garbage collection, using FTW\r
+  (Fault Tolerant Write) protocol.\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation\r
+Copyright (c) 2006 - 2008, Intel Corporation\r
 All rights reserved. This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -9,22 +12,11 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  reclaim.c\r
-\r
-Abstract:\r
-\r
-  Handles non-volatile variable store garbage collection, using FTW\r
-  (Fault Tolerant Write) protocol.\r
-\r
-Revision History\r
-\r
---*/\r
+**/\r
 \r
 \r
-#include <Variable.h>\r
-#include "Common/Variable.h"\r
+#include "Variable.h"\r
+#include <VariableFormat.h>\r
 \r
 EFI_STATUS\r
 GetFvbHandleByAddress (\r
@@ -87,7 +79,6 @@ GetFvbHandleByAddress (
   return Status;\r
 }\r
 \r
-STATIC\r
 EFI_STATUS\r
 GetLbaAndOffsetByAddress (\r
   IN  EFI_PHYSICAL_ADDRESS   Address,\r