]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / CommPs2.h
index 1796b09b4d2dcc663f8c5d59430b2b535e5cb4eb..c92a1c57ed520ac065498e1b5947cb7a5229e421 100644 (file)
@@ -114,8 +114,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 EFI_STATUS\r
 KbcSelfTest (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 KbcSelfTest (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to enable keyboard AUX functionality.\r
 \r
 /**\r
   Issue command to enable keyboard AUX functionality.\r
@@ -127,8 +126,7 @@ KbcSelfTest (
 EFI_STATUS\r
 KbcEnableAux (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 KbcEnableAux (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to disable keyboard AUX functionality.\r
 \r
 /**\r
   Issue command to disable keyboard AUX functionality.\r
@@ -140,8 +138,7 @@ KbcEnableAux (
 EFI_STATUS\r
 KbcDisableAux (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 KbcDisableAux (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to enable keyboard.\r
 \r
 /**\r
   Issue command to enable keyboard.\r
@@ -153,8 +150,7 @@ KbcDisableAux (
 EFI_STATUS\r
 KbcEnableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 KbcEnableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to disable keyboard.\r
 \r
 /**\r
   Issue command to disable keyboard.\r
@@ -166,8 +162,7 @@ KbcEnableKb (
 EFI_STATUS\r
 KbcDisableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 KbcDisableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to check keyboard status.\r
 \r
 /**\r
   Issue command to check keyboard status.\r
@@ -181,8 +176,7 @@ EFI_STATUS
 CheckKbStatus (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   OUT BOOLEAN                             *KeyboardEnable\r
 CheckKbStatus (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   OUT BOOLEAN                             *KeyboardEnable\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to reset keyboard.\r
 \r
 /**\r
   Issue command to reset keyboard.\r
@@ -194,8 +188,7 @@ CheckKbStatus (
 EFI_STATUS\r
 PS2MouseReset (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 PS2MouseReset (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to set mouse's sample rate\r
 \r
 /**\r
   Issue command to set mouse's sample rate\r
@@ -209,8 +202,7 @@ EFI_STATUS
 PS2MouseSetSampleRate (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_SR                             SampleRate\r
 PS2MouseSetSampleRate (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_SR                             SampleRate\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to set mouse's resolution.\r
 \r
 /**\r
   Issue command to set mouse's resolution.\r
@@ -224,8 +216,7 @@ EFI_STATUS
 PS2MouseSetResolution (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_RE                             Resolution\r
 PS2MouseSetResolution (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_RE                             Resolution\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to set mouse's scaling.\r
 \r
 /**\r
   Issue command to set mouse's scaling.\r
@@ -239,8 +230,7 @@ EFI_STATUS
 PS2MouseSetScaling (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_SF                             Scaling\r
 PS2MouseSetScaling (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   IN MOUSE_SF                             Scaling\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to enable Ps2 mouse.\r
 \r
 /**\r
   Issue command to enable Ps2 mouse.\r
@@ -252,8 +242,7 @@ PS2MouseSetScaling (
 EFI_STATUS\r
 PS2MouseEnable (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
 EFI_STATUS\r
 PS2MouseEnable (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Get mouse packet . Only care first 3 bytes\r
 \r
 /**\r
   Get mouse packet . Only care first 3 bytes\r
@@ -267,8 +256,7 @@ PS2MouseEnable (
 EFI_STATUS\r
 PS2MouseGetPacket (\r
   PS2_MOUSE_DEV     *MouseDev\r
 EFI_STATUS\r
 PS2MouseGetPacket (\r
   PS2_MOUSE_DEV     *MouseDev\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Read data via IsaIo protocol with given number.\r
 \r
 /**\r
   Read data via IsaIo protocol with given number.\r