Add comments to describe the difference between code and spec to fix the bug #202430
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8839 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -273,6 +273,11 @@ typedef struct {
|
||||
UINT16 Key;
|
||||
} FRAMEWORK_EFI_IFR_HIDDEN;
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// Following defintion may not comply with Framework Specification HII 0.92. To
|
||||
/// keep the inconsistant is for implementation needed.
|
||||
///
|
||||
typedef struct {
|
||||
FRAMEWORK_EFI_IFR_OP_HEADER Header;
|
||||
UINT8 Flags;
|
||||
|
Reference in New Issue
Block a user