]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Common/VariableFormat.h
BaseTools: Clear build versions to sync with buildtools/BaseTools
[mirror_edk2.git] / BaseTools / Source / C / Include / Common / VariableFormat.h
index 32d6b2570bc4d088354bd269544b469c9c7d2afa..a0e25be8784b06412ac01d30e17fc5d1838110a6 100644 (file)
@@ -1,7 +1,7 @@
 /**@file\r
   Header file for EFI Variable Services.\r
 \r
 /**@file\r
   Header file for EFI Variable Services.\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation.  All rights reserved. <BR>\r
+  Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
 \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
 \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
@@ -18,8 +18,6 @@
 #ifndef __VARIABLE_FORMAT_H__\r
 #define __VARIABLE_FORMAT_H__\r
 \r
 #ifndef __VARIABLE_FORMAT_H__\r
 #define __VARIABLE_FORMAT_H__\r
 \r
-#define VARIABLE_STORE_SIGNATURE  EFI_SIGNATURE_32 ('$', 'V', 'S', 'S')\r
-\r
 #define VARIABLE_DATA                     0x55AA\r
 \r
 //\r
 #define VARIABLE_DATA                     0x55AA\r
 \r
 //\r
 #pragma pack(1)\r
 \r
 typedef struct {\r
 #pragma pack(1)\r
 \r
 typedef struct {\r
-  UINT32  Signature;\r
-  UINT32  Size;\r
-  UINT8   Format;\r
-  UINT8   State;\r
-  UINT16  Reserved;\r
-  UINT32  Reserved1;\r
+  EFI_GUID  Signature;\r
+  UINT32    Size;\r
+  UINT8     Format;\r
+  UINT8     State;\r
+  UINT16    Reserved;\r
+  UINT32    Reserved1;\r
 } VARIABLE_STORE_HEADER;\r
 \r
 typedef struct {\r
 } VARIABLE_STORE_HEADER;\r
 \r
 typedef struct {\r