X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FVarCheckPcdLib%2FVarCheckPcdStructure.h;h=4001ae6c9cc723b22e8451f712fd61f8745e1936;hb=1436aea4d5707e672672a11bda72be2c63c936c3;hp=324dcd8f1fb7505ba1dbb8b910f2f1286406290f;hpb=7c7184e201a90a1d2376e615e55e3f4074731468;p=mirror_edk2.git diff --git a/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdStructure.h b/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdStructure.h index 324dcd8f1f..4001ae6c9c 100644 --- a/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdStructure.h +++ b/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdStructure.h @@ -27,42 +27,42 @@ typedef enum { } VAR_CHECK_PCD_CHECK_TYPE; typedef struct { - UINT16 Revision; - UINT16 HeaderLength; - UINT32 Length; // Length include this header - UINT8 Type; - UINT8 Reserved[3]; - UINT32 Attributes; - EFI_GUID Guid; -//CHAR16 Name[]; + UINT16 Revision; + UINT16 HeaderLength; + UINT32 Length; // Length include this header + UINT8 Type; + UINT8 Reserved[3]; + UINT32 Attributes; + EFI_GUID Guid; + // CHAR16 Name[]; } VAR_CHECK_PCD_VARIABLE_HEADER; typedef struct { - UINT8 Type; - UINT8 Length; // Length include this header - UINT16 VarOffset; - UINT8 StorageWidth; + UINT8 Type; + UINT8 Length; // Length include this header + UINT16 VarOffset; + UINT8 StorageWidth; } VAR_CHECK_PCD_VALID_DATA_HEADER; typedef struct { - UINT8 Type; - UINT8 Length; // Length include this header - UINT16 VarOffset; - UINT8 StorageWidth; -//UINTx Data[]; // x = UINT8/UINT16/UINT32/UINT64; + UINT8 Type; + UINT8 Length; // Length include this header + UINT16 VarOffset; + UINT8 StorageWidth; + // UINTx Data[]; // x = UINT8/UINT16/UINT32/UINT64; } VAR_CHECK_PCD_VALID_LIST; -//typedef struct { +// typedef struct { // UINTx Minimum; // x = UINT8/UINT16/UINT32/UINT64 // UINTx Maximum; // x = UINT8/UINT16/UINT32/UINT64 -//} VAR_CHECK_PCD_VALID_RANGE_DATA; +// } VAR_CHECK_PCD_VALID_RANGE_DATA; typedef struct { - UINT8 Type; - UINT8 Length; // Length include this header - UINT16 VarOffset; - UINT8 StorageWidth; -// VAR_CHECK_PCD_VALID_RANGE_DATA ValidRange[]; + UINT8 Type; + UINT8 Length; // Length include this header + UINT16 VarOffset; + UINT8 StorageWidth; + // VAR_CHECK_PCD_VALID_RANGE_DATA ValidRange[]; } VAR_CHECK_PCD_VALID_RANGE; #pragma pack ()