mirror of https://github.com/acidanthera/audk.git
Update the comments for EFI_IFR_TYPE_VALUE to follow UEFI spec 2.3.1b
Signed-off-by: Dong Eric <eric.dong@intel.com> Reviewed-by: Gao Liming <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13487 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
12373f2cfe
commit
4e7d855f42
|
@ -675,7 +675,7 @@ typedef union {
|
|||
EFI_HII_DATE date;
|
||||
EFI_STRING_ID string; ///< EFI_IFR_TYPE_STRING, EFI_IFR_TYPE_ACTION
|
||||
EFI_HII_REF ref; ///< EFI_IFR_TYPE_REF
|
||||
// UINT8 buffer[]; ///< EFI_IFR_TYPE_ORDERED_LIST
|
||||
// UINT8 buffer[]; ///< EFI_IFR_TYPE_BUFFER
|
||||
} EFI_IFR_TYPE_VALUE;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue