]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/RuntimeDxe/Runtime.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Core / RuntimeDxe / Runtime.h
index f41b375506d31bc2c7d73fa9796e692804f95add..c8362c997659d5779d11430d9d8c01448a42c7c9 100644 (file)
@@ -53,8 +53,7 @@ RuntimeDriverCalculateCrc32 (
   IN  VOID    *Data,\r
   IN  UINTN   DataSize,\r
   OUT UINT32  *CrcOut\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Determines the new virtual address that is to be used on subsequent memory accesses.\r
@@ -75,8 +74,7 @@ EFIAPI
 RuntimeDriverConvertPointer (\r
   IN     UINTN  DebugDisposition,\r
   IN OUT VOID   **ConvertAddress\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Changes the runtime addressing mode of EFI firmware from physical to virtual.\r
@@ -104,8 +102,7 @@ RuntimeDriverSetVirtualAddressMap (
   IN UINTN                  DescriptorSize,\r
   IN UINT32                 DescriptorVersion,\r
   IN EFI_MEMORY_DESCRIPTOR  *VirtualMap\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Initialize CRC32 table.\r
@@ -114,8 +111,7 @@ RuntimeDriverSetVirtualAddressMap (
 VOID\r
 RuntimeDriverInitializeCrc32Table (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Install Runtime AP. This code includes the EfiRuntimeLib, but it only\r
@@ -134,7 +130,6 @@ EFIAPI
 RuntimeDriverInitialize (\r
   IN EFI_HANDLE                            ImageHandle,\r
   IN EFI_SYSTEM_TABLE                      *SystemTable\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r