]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Imem.h
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Imem.h
index 0caaa4303e9bcfb306154a679ba7c7bd80162c13..e8f1553a8e27f79484118bb18021589bfd60e63e 100644 (file)
@@ -1,16 +1,14 @@
-/** @file \r
-  \r
+/** @file\r
   Data structure and functions to allocate and free memory space.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
 \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
@@ -70,11 +68,10 @@ typedef struct {
 **/\r
 VOID *\r
 CoreAllocatePoolPages (\r
-  IN EFI_MEMORY_TYPE   PoolType,\r
-  IN UINTN             NumberOfPages,\r
-  IN UINTN             Alignment\r
-  )\r
-;\r
+  IN EFI_MEMORY_TYPE    PoolType,\r
+  IN UINTN              NumberOfPages,\r
+  IN UINTN              Alignment\r
+  );\r
 \r
 \r
 \r
@@ -89,8 +86,7 @@ VOID
 CoreFreePoolPages (\r
   IN EFI_PHYSICAL_ADDRESS   Memory,\r
   IN UINTN                  NumberOfPages\r
-  )\r
-;\r
+  );\r
 \r
 \r
 \r
@@ -108,8 +104,7 @@ VOID *
 CoreAllocatePoolI (\r
   IN EFI_MEMORY_TYPE  PoolType,\r
   IN UINTN            Size\r
-  )\r
-;\r
+  );\r
 \r
 \r
 \r
@@ -125,9 +120,8 @@ CoreAllocatePoolI (
 **/\r
 EFI_STATUS\r
 CoreFreePoolI (\r
-  IN VOID           *Buffer\r
-  )\r
-;\r
+  IN VOID       *Buffer\r
+  );\r
 \r
 \r
 \r
@@ -138,8 +132,7 @@ CoreFreePoolI (
 VOID\r
 CoreAcquireMemoryLock (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -149,8 +142,7 @@ CoreAcquireMemoryLock (
 VOID\r
 CoreReleaseMemoryLock (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 //\r