]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/GdbSerialLib.h
EmbeddedPkg: Apply uncrustify changes
[mirror_edk2.git] / EmbeddedPkg / Include / Library / GdbSerialLib.h
index b45645ae61168279447109f06123839e6a8c31c6..4845d6018cfe86c1cfd1231661be5f77dbb160fb 100644 (file)
@@ -10,8 +10,6 @@
 #ifndef __GDB_SERIAL_LIB_H__\r
 #define __GDB_SERIAL_LIB_H__\r
 \r
-\r
-\r
 /**\r
   Sets the baud rate, receive FIFO depth, transmit/receive time out, parity,\r
   data buts, and stop bits on a serial device. This call is optional as the serial\r
 RETURN_STATUS\r
 EFIAPI\r
 GdbSerialInit (\r
-  IN UINT64     BaudRate,\r
-  IN UINT8      Parity,\r
-  IN UINT8      DataBits,\r
-  IN UINT8      StopBits\r
+  IN UINT64  BaudRate,\r
+  IN UINT8   Parity,\r
+  IN UINT8   DataBits,\r
+  IN UINT8   StopBits\r
   );\r
 \r
-\r
 /**\r
   Check to see if a character is available from GDB. Do not read the character as that is\r
   done via GdbGetChar().\r
@@ -67,7 +64,6 @@ GdbGetChar (
   VOID\r
   );\r
 \r
-\r
 /**\r
   Send a character to GDB. This function must be able to run in interrupt context.\r
 \r
@@ -79,10 +75,9 @@ GdbGetChar (
 VOID\r
 EFIAPI\r
 GdbPutChar (\r
-  IN  CHAR8   Char\r
+  IN  CHAR8  Char\r
   );\r
 \r
-\r
 /**\r
   Send an ASCII string to GDB. This function must be able to run in interrupt context.\r
 \r
@@ -96,6 +91,4 @@ GdbPutString (
   IN CHAR8  *String\r
   );\r
 \r
-\r
 #endif\r
-\r