]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverConfiguration.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverConfiguration.h
index 4b0076d49ad7ef9f99c1f78a5a91508b2e153db9..7d7e9870f0b03bf1b11a7368bc20a5fc38d93cb2 100644 (file)
@@ -19,7 +19,7 @@
     0x107a772b, 0xd5e1, 0x11d4, {0x9a, 0x46, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_DRIVER_CONFIGURATION_PROTOCOL  EFI_DRIVER_CONFIGURATION_PROTOCOL;\r
+typedef struct _EFI_DRIVER_CONFIGURATION_PROTOCOL EFI_DRIVER_CONFIGURATION_PROTOCOL;\r
 \r
 /**\r
   Allows the user to set controller specific options for a controller that a\r
@@ -139,23 +139,21 @@ EFI_STATUS
   OUT EFI_DRIVER_CONFIGURATION_ACTION_REQUIRED                *ActionRequired\r
   );\r
 \r
-\r
 ///\r
 /// Used to set configuration options for a controller that an EFI Driver is managing.\r
 ///\r
 struct _EFI_DRIVER_CONFIGURATION_PROTOCOL {\r
-  EFI_DRIVER_CONFIGURATION_SET_OPTIONS    SetOptions;\r
-  EFI_DRIVER_CONFIGURATION_OPTIONS_VALID  OptionsValid;\r
-  EFI_DRIVER_CONFIGURATION_FORCE_DEFAULTS ForceDefaults;\r
+  EFI_DRIVER_CONFIGURATION_SET_OPTIONS       SetOptions;\r
+  EFI_DRIVER_CONFIGURATION_OPTIONS_VALID     OptionsValid;\r
+  EFI_DRIVER_CONFIGURATION_FORCE_DEFAULTS    ForceDefaults;\r
   ///\r
   /// A Null-terminated ASCII string that contains one or more\r
   /// ISO 639-2 language codes.  This is the list of language\r
   /// codes that this protocol supports.\r
   ///\r
-  CHAR8                                   *SupportedLanguages;\r
+  CHAR8                                      *SupportedLanguages;\r
 };\r
 \r
-\r
-extern EFI_GUID gEfiDriverConfigurationProtocolGuid;\r
+extern EFI_GUID  gEfiDriverConfigurationProtocolGuid;\r
 \r
 #endif\r