X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FProtocol%2FDriverSupportedEfiVersion.h;h=9f4d199c88e59c6a7a4a98168ebaba18553125c8;hp=3592198cf7e61bb120990f00e59a0a6240d4f341;hb=f754f721bf10508ca15c5c9243caa39c765662cf;hpb=3354353d4d82fb12c073564ab41099ca75d02839 diff --git a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h index 3592198cf7..9f4d199c88 100644 --- a/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h +++ b/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h @@ -1,7 +1,7 @@ /** @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 @@ -22,14 +22,13 @@ { 0x5c198761, 0x16a8, 0x4e69, { 0x97, 0x2c, 0x89, 0xd6, 0x79, 0x54, 0xf8, 0x1d } } -/** - @par Protocol Description: - 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 - called. -**/ +/// +/// 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 driver's image handle when the driver's entry point is +/// called. +/// typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL { /// /// The size, in bytes, of the entire structure. Future versions of this