X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDriverSupportedEfiVersion.h;h=4925078a837c07fc70d8d1f9dbef2c8d6f98eaa0;hp=d465a3a2f637d9904cd1123ccc8c582d86087c3c;hb=919294003a75b05e496982035e44137cb9aff8f4;hpb=44717a398fddc4df1f4aeaa70bcd7a043187ed34 diff --git a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h index d465a3a2f6..4925078a83 100644 --- a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h +++ b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h @@ -1,11 +1,11 @@ /** @file The protocol provides information about the version of the EFI specification that a driver is following. This protocol is - 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. - Copyright (c) 2006 - 2008, Intel Corporation - All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.
+ This program and the accompanying materials 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 http://opensource.org/licenses/bsd-license.php @@ -26,7 +26,7 @@ /// The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a /// mechanism for an EFI driver to publish the version of the EFI /// specification it conforms to. This protocol must be placed on -/// the drivers image handle when the driver's entry point is +/// the driver's image handle when the driver's entry point is /// called. /// typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL { @@ -36,8 +36,7 @@ typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL { /// UINT32 Length; /// - /// The version of the EFI specification that this driver conforms to. - /// EFI_2_10_SYSTEM_TABLE_REVISION for this version of this specification. + /// The latest version of the UEFI specification that this driver conforms to. /// UINT32 FirmwareVersion; } EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL;