TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverConfiguration.h>
Data Fields | |
EFI_DRIVER_CONFIGURATION_SET_OPTIONS | SetOptions |
EFI_DRIVER_CONFIGURATION_OPTIONS_VALID | OptionsValid |
EFI_DRIVER_CONFIGURATION_FORCE_DEFAULTS | ForceDefaults |
CHAR8 * | SupportedLanguages |
Used to set configuration options for a controller that an EFI Driver is managing.
Definition at line 145 of file DriverConfiguration.h.
EFI_DRIVER_CONFIGURATION_FORCE_DEFAULTS _EFI_DRIVER_CONFIGURATION_PROTOCOL::ForceDefaults |
Definition at line 148 of file DriverConfiguration.h.
EFI_DRIVER_CONFIGURATION_OPTIONS_VALID _EFI_DRIVER_CONFIGURATION_PROTOCOL::OptionsValid |
Definition at line 147 of file DriverConfiguration.h.
EFI_DRIVER_CONFIGURATION_SET_OPTIONS _EFI_DRIVER_CONFIGURATION_PROTOCOL::SetOptions |
Definition at line 146 of file DriverConfiguration.h.
CHAR8* _EFI_DRIVER_CONFIGURATION_PROTOCOL::SupportedLanguages |
A Null-terminated ASCII string that contains one or more ISO 639-2 language codes. This is the list of language codes that this protocol supports.
Definition at line 154 of file DriverConfiguration.h.