]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleTextOut.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleTextOut.h
index 6a00cfdb784773cf2ab321b86f40521f7e4d9ee8..607d0609a8070c85fc8328c0da1055869a2bb1b5 100644 (file)
@@ -164,8 +164,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_RESET)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN BOOLEAN                                ExtendedVerification\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Write a Unicode string to the output device.\r
@@ -190,8 +189,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_STRING)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN CHAR16                                 *String\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Verifies that all characters in a Unicode string can be output to the \r
@@ -212,8 +210,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_TEST_STRING)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN CHAR16                                 *String\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Returns information for an available text mode that the output device(s)\r
@@ -238,8 +235,7 @@ EFI_STATUS
   IN UINTN                                  ModeNumber,\r
   OUT UINTN                                 *Columns,\r
   OUT UINTN                                 *Rows\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Sets the output device(s) to a specified mode.\r
@@ -257,8 +253,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_SET_MODE)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN UINTN                                  ModeNumber\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Sets the background and foreground colors for the OutputString () and\r
@@ -279,8 +274,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_SET_ATTRIBUTE)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN UINTN                                  Attribute\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Clears the output device(s) display to the currently selected background \r
@@ -297,8 +291,7 @@ typedef
 EFI_STATUS\r
 (EFIAPI *EFI_TEXT_CLEAR_SCREEN)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL   *This\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Sets the current coordinates of the cursor position\r
@@ -323,8 +316,7 @@ EFI_STATUS
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN UINTN                                  Column,\r
   IN UINTN                                  Row\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Makes the cursor visible or invisible\r
@@ -345,8 +337,7 @@ EFI_STATUS
 (EFIAPI *EFI_TEXT_ENABLE_CURSOR)(\r
   IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL        *This,\r
   IN BOOLEAN                                Visible\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   @par Data Structure Description:\r