From 409f118c84e20b8ca4287dea403585d319b7466c Mon Sep 17 00:00:00 2001 From: gdong1 Date: Sun, 4 Jan 2009 08:06:07 +0000 Subject: Replace some CopyMem() for GUID copy with CopyGuid(). Replace some gBS->FreePool() with FreePool(). Add EFIAPI modifier. Removed inconsistent OPTIONAL modifier. Coding style issue fix. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7176 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Protocol/FrameworkHii.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'IntelFrameworkPkg/Include/Protocol') diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h index a71038db0d..1b22774367 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h @@ -86,12 +86,15 @@ typedef UINT16 FRAMEWORK_EFI_HII_HANDLE; // // The following types are currently defined: -// EFI_FROM_ID has been defined in UEFI spec. +// EFI_FORM_ID has been defined in UEFI spec. // typedef UINT16 EFI_FORM_LABEL; #pragma pack(1) +// +// The header found at the start of each package. +// typedef struct { UINT32 Length; UINT16 Type; -- cgit v1.2.3