TianoCore EDK2 master
Loading...
Searching...
No Matches
_EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL Struct Reference

#include <MdePkg/Include/Protocol/DriverSupportedEfiVersion.h>

Data Fields

UINT32 Length
 
UINT32 FirmwareVersion
 

Detailed 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 driver's image handle when the driver's entry point is called.

Definition at line 25 of file DriverSupportedEfiVersion.h.

Field Documentation

◆ FirmwareVersion

UINT32 _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL::FirmwareVersion

The latest version of the UEFI specification that this driver conforms to.

Definition at line 34 of file DriverSupportedEfiVersion.h.

◆ Length

UINT32 _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL::Length

The size, in bytes, of the entire structure. Future versions of this specification may grow the size of the structure.

Definition at line 30 of file DriverSupportedEfiVersion.h.


The documentation for this struct was generated from the following file: