TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverDiagnostics.h>
Data Fields | |
EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS | RunDiagnostics |
CHAR8 * | SupportedLanguages |
Used to perform diagnostics on a controller that an EFI Driver is managing.
Definition at line 114 of file DriverDiagnostics.h.
EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS _EFI_DRIVER_DIAGNOSTICS_PROTOCOL::RunDiagnostics |
Definition at line 115 of file DriverDiagnostics.h.
CHAR8* _EFI_DRIVER_DIAGNOSTICS_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 120 of file DriverDiagnostics.h.