TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverSupportedEfiVersion.h>
Data Fields | |
UINT32 | Length |
UINT32 | FirmwareVersion |
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.
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.
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.