]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Variable/Pei/Variable.h
Fix DDK build fail.
[mirror_edk2.git] / MdeModulePkg / Universal / Variable / Pei / Variable.h
index d7f62017651291a8bc5a44109c9c6eb8009de9d8..e0d8679d63442d198965e61d9f8d75531f08a46e 100644 (file)
@@ -3,8 +3,8 @@
   The internal header file includes the common header files, defines\r
   internal structure and functions used by PeiVariable module.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+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
 http://opensource.org/licenses/bsd-license.php\r
@@ -29,33 +29,14 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/PeiServicesLib.h>\r
 \r
 #include <Guid/VariableFormat.h>\r
-\r
-typedef struct {\r
-  VARIABLE_HEADER *CurrPtr;\r
-  VARIABLE_HEADER *EndPtr;\r
-  VARIABLE_HEADER *StartPtr;\r
-} VARIABLE_POINTER_TRACK;\r
-\r
-#define VARIABLE_INDEX_TABLE_VOLUME 122\r
-\r
-#define EFI_VARIABLE_INDEX_TABLE_GUID \\r
-  { 0x8cfdb8c8, 0xd6b2, 0x40f3, { 0x8e, 0x97, 0x02, 0x30, 0x7c, 0xc9, 0x8b, 0x7c } }\r
-\r
-///\r
-/// Use this data structure to store variable-related info, which can decrease\r
-/// the cost of access to NV.\r
-///\r
-typedef struct {\r
-  UINT16          Length;\r
-  UINT16          GoneThrough;\r
-  VARIABLE_HEADER *EndPtr;\r
-  VARIABLE_HEADER *StartPtr;\r
-  ///\r
-  /// This field is used to store the distance of two neighbouring VAR_ADDED type variables.\r
-  /// The meaning of the field is implement-dependent.\r
-  UINT16          Index[VARIABLE_INDEX_TABLE_VOLUME];\r
-} VARIABLE_INDEX_TABLE;\r
-\r
+#include <Guid/VariableIndexTable.h>\r
+#include <Guid/SystemNvDataGuid.h>\r
+\r
+typedef enum {\r
+  VariableStoreTypeHob,\r
+  VariableStoreTypeNv,\r
+  VariableStoreTypeMax\r
+} VARIABLE_STORE_TYPE;\r
 \r
 //\r
 // Functions\r