]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DebugPort.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / DebugPort.h
index d6accb5d3a7c6c444ad1c0233773bb7444ef463b..f90a40424a7d7d3cf082916aa2a7359048bb9b09 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef __DEBUG_PORT_H__\r
 #define __DEBUG_PORT_H__\r
 \r
-\r
 ///\r
 /// DebugPortIo protocol {EBA4E8D2-3858-41EC-A281-2647BA9660D0}\r
 ///\r
@@ -21,7 +20,7 @@
     0xEBA4E8D2, 0x3858, 0x41EC, {0xA2, 0x81, 0x26, 0x47, 0xBA, 0x96, 0x60, 0xD0 } \\r
   }\r
 \r
-extern EFI_GUID gEfiDebugPortProtocolGuid;\r
+extern EFI_GUID  gEfiDebugPortProtocolGuid;\r
 \r
 typedef struct _EFI_DEBUGPORT_PROTOCOL EFI_DEBUGPORT_PROTOCOL;\r
 \r
@@ -111,30 +110,30 @@ EFI_STATUS
 /// This protocol provides the communication link between the debug agent and the remote host.\r
 ///\r
 struct _EFI_DEBUGPORT_PROTOCOL {\r
-  EFI_DEBUGPORT_RESET Reset;\r
-  EFI_DEBUGPORT_WRITE Write;\r
-  EFI_DEBUGPORT_READ  Read;\r
-  EFI_DEBUGPORT_POLL  Poll;\r
+  EFI_DEBUGPORT_RESET    Reset;\r
+  EFI_DEBUGPORT_WRITE    Write;\r
+  EFI_DEBUGPORT_READ     Read;\r
+  EFI_DEBUGPORT_POLL     Poll;\r
 };\r
 \r
 //\r
 // DEBUGPORT variable definitions...\r
 //\r
-#define EFI_DEBUGPORT_VARIABLE_NAME L"DEBUGPORT"\r
-#define EFI_DEBUGPORT_VARIABLE_GUID EFI_DEBUGPORT_PROTOCOL_GUID\r
+#define EFI_DEBUGPORT_VARIABLE_NAME  L"DEBUGPORT"\r
+#define EFI_DEBUGPORT_VARIABLE_GUID  EFI_DEBUGPORT_PROTOCOL_GUID\r
 \r
 extern EFI_GUID  gEfiDebugPortVariableGuid;\r
 \r
 //\r
 // DebugPort device path definitions...\r
 //\r
-#define DEVICE_PATH_MESSAGING_DEBUGPORT EFI_DEBUGPORT_PROTOCOL_GUID\r
+#define DEVICE_PATH_MESSAGING_DEBUGPORT  EFI_DEBUGPORT_PROTOCOL_GUID\r
 \r
 extern EFI_GUID  gEfiDebugPortDevicePathGuid;\r
 \r
 typedef struct {\r
-  EFI_DEVICE_PATH_PROTOCOL  Header;\r
-  EFI_GUID                  Guid;\r
+  EFI_DEVICE_PATH_PROTOCOL    Header;\r
+  EFI_GUID                    Guid;\r
 } DEBUGPORT_DEVICE_PATH;\r
 \r
 #endif\r