]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/MmCpuIo.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / MmCpuIo.h
index 2e7c829282ee07c7c8ff9006e446f3364f9dd533..a723f8764cb717a25fb213fc6e4d68d2eb045c6c 100644 (file)
@@ -16,7 +16,7 @@
     0x3242A9D8, 0xCE70, 0x4AA0, { 0x95, 0x5D, 0x5E, 0x7B, 0x14, 0x0D, 0xE4, 0xD2 } \\r
   }\r
 \r
-typedef struct _EFI_MM_CPU_IO_PROTOCOL  EFI_MM_CPU_IO_PROTOCOL;\r
+typedef struct _EFI_MM_CPU_IO_PROTOCOL EFI_MM_CPU_IO_PROTOCOL;\r
 \r
 ///\r
 /// Width of the MM CPU I/O operations\r
@@ -64,11 +64,11 @@ typedef struct {
   ///\r
   /// This service provides the various modalities of memory and I/O read.\r
   ///\r
-  EFI_MM_CPU_IO  Read;\r
+  EFI_MM_CPU_IO    Read;\r
   ///\r
   /// This service provides the various modalities of memory and I/O write.\r
   ///\r
-  EFI_MM_CPU_IO  Write;\r
+  EFI_MM_CPU_IO    Write;\r
 } EFI_MM_IO_ACCESS;\r
 \r
 ///\r
@@ -78,13 +78,13 @@ struct _EFI_MM_CPU_IO_PROTOCOL {
   ///\r
   /// Allows reads and writes to memory-mapped I/O space.\r
   ///\r
-  EFI_MM_IO_ACCESS Mem;\r
+  EFI_MM_IO_ACCESS    Mem;\r
   ///\r
   /// Allows reads and writes to I/O space.\r
   ///\r
-  EFI_MM_IO_ACCESS Io;\r
+  EFI_MM_IO_ACCESS    Io;\r
 };\r
 \r
-extern EFI_GUID gEfiMmCpuIoProtocolGuid;\r
+extern EFI_GUID  gEfiMmCpuIoProtocolGuid;\r
 \r
 #endif\r