summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-16 02:57:28 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-16 02:57:28 +0000
commitc2ace45e06e2a4b1a18cae9ea50f434353218d44 (patch)
tree962e1e1cadd0476d46aa374fa05fb6b43692b004 /MdePkg/Include/Uefi
parentaf3888e0b701d2ceefea6a65948b5e29b2515cb8 (diff)
downloadedk2-c2ace45e06e2a4b1a18cae9ea50f434353218d44.tar.gz
edk2-c2ace45e06e2a4b1a18cae9ea50f434353218d44.tar.bz2
edk2-c2ace45e06e2a4b1a18cae9ea50f434353218d44.zip
Add UEFI2.1d HiiPlatformSetupFormset Guid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8097 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiInternalFormRepresentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
index 46f693c8a4..ab36e85506 100644
--- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
+++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
@@ -800,6 +800,8 @@ typedef struct _EFI_IFR_FORM_SET {
EFI_GUID Guid;
EFI_STRING_ID FormSetTitle;
EFI_STRING_ID Help;
+ UINT8 Flags;
+ // EFI_GUID ClassGuid[];
} EFI_IFR_FORM_SET;
typedef struct _EFI_IFR_END {