X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FVariableFormat.h;fp=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FVariableFormat.h;h=a0e25be8784b06412ac01d30e17fc5d1838110a6;hp=af69ece4f5e203ad025597e3219572b11a7d2842;hb=9053bc517ea77b9780830bf08b966979eff1cb0f;hpb=96dd57ee8d5deb549310c4fbd4e4b5c7a810a928 diff --git a/BaseTools/Source/C/Include/Common/VariableFormat.h b/BaseTools/Source/C/Include/Common/VariableFormat.h index af69ece4f5..a0e25be878 100644 --- a/BaseTools/Source/C/Include/Common/VariableFormat.h +++ b/BaseTools/Source/C/Include/Common/VariableFormat.h @@ -1,7 +1,7 @@ /**@file Header file for EFI Variable Services. - Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.
+ Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this @@ -18,8 +18,6 @@ #ifndef __VARIABLE_FORMAT_H__ #define __VARIABLE_FORMAT_H__ -#define VARIABLE_STORE_SIGNATURE EFI_SIGNATURE_32 ('$', 'V', 'S', 'S') - #define VARIABLE_DATA 0x55AA // @@ -31,12 +29,12 @@ #pragma pack(1) typedef struct { - UINT32 Signature; - UINT32 Size; - UINT8 Format; - UINT8 State; - UINT16 Reserved; - UINT32 Reserved1; + EFI_GUID Signature; + UINT32 Size; + UINT8 Format; + UINT8 State; + UINT16 Reserved; + UINT32 Reserved1; } VARIABLE_STORE_HEADER; typedef struct {