]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/CommPs2.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseAbsolutePointerDxe / CommPs2.h
index 0a914655012d4363cc8678cfd78b397f3b08e481..fb2bbac75077ae761c3bef5f452bdfd03c726acd 100644 (file)
@@ -113,8 +113,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 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
@@ -126,8 +125,7 @@ KbcSelfTest (
 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
@@ -139,8 +137,7 @@ KbcEnableAux (
 EFI_STATUS\r
 KbcDisableAux (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to enable keyboard.\r
@@ -152,8 +149,7 @@ KbcDisableAux (
 EFI_STATUS\r
 KbcEnableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to disable keyboard.\r
@@ -165,8 +161,7 @@ KbcEnableKb (
 EFI_STATUS\r
 KbcDisableKb (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to check keyboard status.\r
@@ -180,8 +175,7 @@ EFI_STATUS
 CheckKbStatus (\r
   IN EFI_ISA_IO_PROTOCOL                  *IsaIo,\r
   OUT BOOLEAN                             *KeyboardEnable\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Issue command to reset keyboard.\r
@@ -193,8 +187,7 @@ CheckKbStatus (
 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
@@ -208,8 +201,7 @@ EFI_STATUS
 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
@@ -223,8 +215,7 @@ EFI_STATUS
 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
@@ -238,8 +229,7 @@ EFI_STATUS
 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
@@ -251,8 +241,7 @@ PS2MouseSetScaling (
 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
@@ -266,8 +255,7 @@ PS2MouseEnable (
 EFI_STATUS\r
 PS2MouseGetPacket (\r
   PS2_MOUSE_ABSOLUTE_POINTER_DEV     *MouseAbsolutePointerDev\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Read data via IsaIo protocol with given number.\r