From 6d1824fc6eb724bf6d21f701b2c66835d1529161 Mon Sep 17 00:00:00 2001 From: jchen20 Date: Thu, 9 Jul 2009 10:27:43 +0000 Subject: 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 --- .../Include/Framework/FrameworkInternalFormRepresentation.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h') diff --git a/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h b/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h index c2baa8fcec..4daf27ca56 100644 --- a/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h +++ b/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h @@ -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; -- cgit v1.2.3