mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 08:04:07 +02:00
MdePkg: Update comments for DriverSupportedEfiVersion.FirmwareVersion
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17373 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d3f521359f
commit
919294003a
@ -4,7 +4,7 @@
|
|||||||
required for EFI drivers that are on PCI and other plug-in
|
required for EFI drivers that are on PCI and other plug-in
|
||||||
cards.
|
cards.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -36,8 +36,7 @@ typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {
|
|||||||
///
|
///
|
||||||
UINT32 Length;
|
UINT32 Length;
|
||||||
///
|
///
|
||||||
/// The version of the EFI specification that this driver conforms to.
|
/// The latest version of the UEFI specification that this driver conforms to.
|
||||||
/// EFI_2_10_SYSTEM_TABLE_REVISION for this version of this specification.
|
|
||||||
///
|
///
|
||||||
UINT32 FirmwareVersion;
|
UINT32 FirmwareVersion;
|
||||||
} EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;
|
} EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user