]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Library/GdbSerialLib.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Include / Library / GdbSerialLib.h
index 6e8eeb4e6f32e0ae37bb953e8b0a841aaaae6657..aa4c3ff6405aedadd8878918195decb4d580a155 100644 (file)
@@ -19,7 +19,7 @@
 \r
 \r
 /**\r
-  Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, \r
+  Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,\r
   data buts, and stop bits on a serial device. This call is optional as the serial\r
   port will be set up with defaults base on PCD values.\r
 \r
 RETURN_STATUS\r
 EFIAPI\r
 GdbSerialInit (\r
-  IN UINT64     BaudRate, \r
-  IN UINT8      Parity, \r
-  IN UINT8      DataBits, \r
-  IN UINT8      StopBits \r
-  ); \r
+  IN UINT64     BaudRate,\r
+  IN UINT8      Parity,\r
+  IN UINT8      DataBits,\r
+  IN UINT8      StopBits\r
+  );\r
 \r
 \r
 /**\r
@@ -53,7 +53,7 @@ GdbSerialInit (
 \r
   @return TRUE  - Character availible\r
   @return FALSE - Character not availible\r
-  \r
+\r
 **/\r
 BOOLEAN\r
 EFIAPI\r
@@ -65,7 +65,7 @@ GdbIsCharAvailable (
   Get a character from GDB. This function must be able to run in interrupt context.\r
 \r
   @return A character from GDB\r
-  \r
+\r
 **/\r
 CHAR8\r
 EFIAPI\r