]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverDiagnostics.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverDiagnostics.h
index 8139c9954e53116c6bcc94ab72e1021d9e916410..aadcdb45c28534e88bd974075aee013ad388ebf3 100644 (file)
@@ -17,29 +17,29 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
     0x0784924f, 0xe296, 0x11d4, {0x9a, 0x49, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL  EFI_DRIVER_DIAGNOSTICS_PROTOCOL;\r
+typedef struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL EFI_DRIVER_DIAGNOSTICS_PROTOCOL;\r
 \r
 typedef enum {\r
   ///\r
   /// Performs standard diagnostics on the controller.\r
   ///\r
-  EfiDriverDiagnosticTypeStandard     = 0,\r
+  EfiDriverDiagnosticTypeStandard = 0,\r
   ///\r
   /// This is an optional diagnostic type that performs diagnostics on the controller that may\r
   /// take an extended amount of time to execute.\r
   ///\r
-  EfiDriverDiagnosticTypeExtended     = 1,\r
+  EfiDriverDiagnosticTypeExtended = 1,\r
   ///\r
   /// This is an optional diagnostic type that performs diagnostics on the controller that are\r
   /// suitable for a manufacturing and test environment.\r
   ///\r
-  EfiDriverDiagnosticTypeManufacturing= 2,\r
+  EfiDriverDiagnosticTypeManufacturing = 2,\r
   ///\r
   /// This is an optional diagnostic type that would only be used in the situation where an\r
   /// EFI_NOT_READY had been returned by a previous call to RunDiagnostics()\r
   /// and there is a desire to cancel the current running diagnostics operation.\r
   ///\r
-  EfiDriverDiagnosticTypeCancel       = 3,\r
+  EfiDriverDiagnosticTypeCancel = 3,\r
   EfiDriverDiagnosticTypeMaximum\r
 } EFI_DRIVER_DIAGNOSTIC_TYPE;\r
 \r
@@ -112,14 +112,14 @@ EFI_STATUS
 /// Used to perform diagnostics on a controller that an EFI Driver is managing.\r
 ///\r
 struct _EFI_DRIVER_DIAGNOSTICS_PROTOCOL {\r
-  EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS  RunDiagnostics;\r
+  EFI_DRIVER_DIAGNOSTICS_RUN_DIAGNOSTICS    RunDiagnostics;\r
   ///\r
   /// A Null-terminated ASCII string that contains one or more ISO 639-2\r
   /// language codes.  This is the list of language codes that this protocol supports.\r
   ///\r
-  CHAR8                                   *SupportedLanguages;\r
+  CHAR8                                     *SupportedLanguages;\r
 };\r
 \r
-extern EFI_GUID gEfiDriverDiagnosticsProtocolGuid;\r
+extern EFI_GUID  gEfiDriverDiagnosticsProtocolGuid;\r
 \r
 #endif\r