X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FC%2FInclude%2FCommon%2FVariableFormat.h;h=a0e25be8784b06412ac01d30e17fc5d1838110a6;hp=32d6b2570bc4d088354bd269544b469c9c7d2afa;hb=324c886410487f77e8643f6319f6cf751c65062b;hpb=30fdf1140b8d1ce93f3821d986fa165552023440 diff --git a/BaseTools/Source/C/Include/Common/VariableFormat.h b/BaseTools/Source/C/Include/Common/VariableFormat.h index 32d6b2570b..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 {