]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/ConsoleControl.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / ConsoleControl.h
index b00587c8b3d165fee60662fb101d2535b7cfba53..b14b54d028a2e0d4fb27337434ad1e6af9526cad 100644 (file)
@@ -49,8 +49,7 @@ EFI_STATUS
   OUT EFI_CONSOLE_CONTROL_SCREEN_MODE   *Mode,\r
   OUT BOOLEAN                           *GopUgaExists,  OPTIONAL  \r
   OUT BOOLEAN                           *StdInLocked    OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Set the current video mode to either text or graphics. \r
@@ -68,8 +67,7 @@ EFI_STATUS
 (EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE)(\r
   IN  EFI_CONSOLE_CONTROL_PROTOCOL      *This,\r
   OUT EFI_CONSOLE_CONTROL_SCREEN_MODE   Mode\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Copy the Password and enable state variable and then arm the periodic timer\r
@@ -84,8 +82,7 @@ EFI_STATUS
 (EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN)(\r
   IN  EFI_CONSOLE_CONTROL_PROTOCOL      *This,\r
   IN CHAR16                             *Password\r
-  )\r
-;\r
+  );\r
 \r
 struct _EFI_CONSOLE_CONTROL_PROTOCOL {\r
   EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE           GetMode;\r