]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/NonDiscoverableDevice.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / NonDiscoverableDevice.h
index 53ab804f32d84e567b8d40d7ff2a8a8837f88635..2399e6fdc1deedf966d63e818f609940ed201907 100644 (file)
@@ -43,7 +43,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *NON_DISCOVERABLE_DEVICE_INIT) (\r
+(EFIAPI *NON_DISCOVERABLE_DEVICE_INIT)(\r
   IN  NON_DISCOVERABLE_DEVICE       *This\r
   );\r
 \r
@@ -51,21 +51,21 @@ struct _NON_DISCOVERABLE_DEVICE {
   //\r
   // The type of device\r
   //\r
-  CONST EFI_GUID                      *Type;\r
+  CONST EFI_GUID                       *Type;\r
   //\r
   // Whether this device is DMA coherent\r
   //\r
-  NON_DISCOVERABLE_DEVICE_DMA_TYPE    DmaType;\r
+  NON_DISCOVERABLE_DEVICE_DMA_TYPE     DmaType;\r
   //\r
   // Initialization function for the device\r
   //\r
-  NON_DISCOVERABLE_DEVICE_INIT        Initialize;\r
+  NON_DISCOVERABLE_DEVICE_INIT         Initialize;\r
   //\r
   // The MMIO and I/O regions owned by the device\r
   //\r
-  EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR   *Resources;\r
+  EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR    *Resources;\r
 };\r
 \r
-extern EFI_GUID gEdkiiNonDiscoverableDeviceProtocolGuid;\r
+extern EFI_GUID  gEdkiiNonDiscoverableDeviceProtocolGuid;\r
 \r
 #endif\r