]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Csm/Include/Protocol/IsaIo.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Csm / Include / Protocol / IsaIo.h
index 8807e421feec73209d5a102fefb62a90356fa021..40a8171e95da657980b5c648ba56910802bd09b0 100644 (file)
@@ -128,11 +128,11 @@ typedef struct {
   ///\r
   /// Read from ISA I/O or MMIO space.\r
   ///\r
-  EFI_ISA_IO_PROTOCOL_IO_MEM  Read;\r
+  EFI_ISA_IO_PROTOCOL_IO_MEM    Read;\r
   ///\r
   /// Write to ISA I/O or MMIO space.\r
   ///\r
-  EFI_ISA_IO_PROTOCOL_IO_MEM  Write;\r
+  EFI_ISA_IO_PROTOCOL_IO_MEM    Write;\r
 } EFI_ISA_IO_PROTOCOL_ACCESS;\r
 \r
 /**\r
@@ -326,31 +326,31 @@ EFI_STATUS
 /// ISA_PCI_IO_PROTOCOL instance associated with the ISA controller.\r
 ///\r
 struct _EFI_ISA_IO_PROTOCOL {\r
-  EFI_ISA_IO_PROTOCOL_ACCESS           Mem;\r
-  EFI_ISA_IO_PROTOCOL_ACCESS           Io;\r
-  EFI_ISA_IO_PROTOCOL_COPY_MEM         CopyMem;\r
-  EFI_ISA_IO_PROTOCOL_MAP              Map;\r
-  EFI_ISA_IO_PROTOCOL_UNMAP            Unmap;\r
-  EFI_ISA_IO_PROTOCOL_ALLOCATE_BUFFER  AllocateBuffer;\r
-  EFI_ISA_IO_PROTOCOL_FREE_BUFFER      FreeBuffer;\r
-  EFI_ISA_IO_PROTOCOL_FLUSH            Flush;\r
+  EFI_ISA_IO_PROTOCOL_ACCESS             Mem;\r
+  EFI_ISA_IO_PROTOCOL_ACCESS             Io;\r
+  EFI_ISA_IO_PROTOCOL_COPY_MEM           CopyMem;\r
+  EFI_ISA_IO_PROTOCOL_MAP                Map;\r
+  EFI_ISA_IO_PROTOCOL_UNMAP              Unmap;\r
+  EFI_ISA_IO_PROTOCOL_ALLOCATE_BUFFER    AllocateBuffer;\r
+  EFI_ISA_IO_PROTOCOL_FREE_BUFFER        FreeBuffer;\r
+  EFI_ISA_IO_PROTOCOL_FLUSH              Flush;\r
   ///\r
   /// The list of I/O , MMIO, DMA, and Interrupt resources associated with the\r
   /// ISA controller abstracted by this instance of the EFI_ISA_IO_PROTOCOL.\r
   ///\r
-  EFI_ISA_ACPI_RESOURCE_LIST           *ResourceList;\r
+  EFI_ISA_ACPI_RESOURCE_LIST             *ResourceList;\r
   ///\r
   /// The size, in bytes, of the ROM image.\r
   ///\r
-  UINT32                               RomSize;\r
+  UINT32                                 RomSize;\r
   ///\r
   /// A pointer to the in memory copy of the ROM image. The ISA Bus Driver is responsible\r
   /// for allocating memory for the ROM image, and copying the contents of the ROM to memory\r
   /// during ISA Bus initialization.\r
   ///\r
-  VOID                                 *RomImage;\r
+  VOID                                   *RomImage;\r
 };\r
 \r
-extern EFI_GUID gEfiIsaIoProtocolGuid;\r
+extern EFI_GUID  gEfiIsaIoProtocolGuid;\r
 \r
 #endif\r