]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Include/Common/VariableFormat.h
Sync EDKII BaseTools to BaseTools project r1988
[mirror_edk2.git] / BaseTools / Source / C / Include / Common / VariableFormat.h
index af69ece4f5e203ad025597e3219572b11a7d2842..a0e25be8784b06412ac01d30e17fc5d1838110a6 100644 (file)
@@ -1,7 +1,7 @@
 /**@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
@@ -18,8 +18,6 @@
 #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
 #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