TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/DriverDiagnostics2.h>
Data Fields | |
EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS | RunDiagnostics |
CHAR8 * | SupportedLanguages |
Used to perform diagnostics on a controller that an EFI Driver is managing.
Definition at line 94 of file DriverDiagnostics2.h.
EFI_DRIVER_DIAGNOSTICS2_RUN_DIAGNOSTICS _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL::RunDiagnostics |
Definition at line 95 of file DriverDiagnostics2.h.
CHAR8* _EFI_DRIVER_DIAGNOSTICS2_PROTOCOL::SupportedLanguages |
A Null-terminated ASCII string that contains one or more RFC 4646 language codes. This is the list of language codes that this protocol supports.
Definition at line 100 of file DriverDiagnostics2.h.