]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/Pei/VariableWorker.c
The caller of FindVariable() function ensure VariableName != NULL && VendorGuid ...
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / VariableWorker.c
index 1a49ee8c984cec0d0a8934904e8dcf58a9ab0d49..f9c5daa452499a90a73537fce295bae0c82dae25 100644 (file)
@@ -1,6 +1,8 @@
-/*++\r
+/** @file\r
 \r
-Copyright (c) 2007, Intel Corporation\r
+  Variable worker functions specific for IA32, X64 and EBC.\r
+\r
+Copyright (c) 2007 - 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,17 +11,9 @@ 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
-  VariableWorker.c\r
-\r
-Abstract:\r
-\r
-  Framework PEIM to provide the Variable functionality\r
-\r
---*/\r
+**/\r
 \r
-#include <Variable.h>\r
+#include "Variable.h"\r
 \r
 /**\r
   Get one variable by the index count.\r
@@ -47,8 +41,6 @@ GetVariableByIndex (
   @param  IndexTable  The pointer to variable index table.\r
   @param  Variable    The pointer to the variable that will be recorded.\r
 \r
-  @retval VOID\r
-\r
 **/\r
 VOID\r
 VariableIndexTableUpdate (\r