]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Library.h
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Library.h
index 067f0dab5e63cb905675416470726fb4df6e4f69..a489bd59d1998c1d5e251e1cafebe50103eb473d 100644 (file)
@@ -1,16 +1,14 @@
-/** @file \r
-\r
+/** @file\r
   Internal functions shared in DxeCore module.\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
@@ -30,8 +28,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 VOID\r
 CoreReportProgressCode (\r
   IN  EFI_STATUS_CODE_VALUE   Value\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -48,8 +45,7 @@ VOID
 CoreReportProgressCodeSpecific (\r
   IN  EFI_STATUS_CODE_VALUE   Value,\r
   IN  EFI_HANDLE              Handle\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -63,9 +59,8 @@ CoreReportProgressCodeSpecific (
 **/\r
 VOID\r
 CoreAcquireLock (\r
-  IN EFI_LOCK *Lock\r
-  )\r
-;\r
+  IN EFI_LOCK  *Lock\r
+  );\r
 \r
 \r
 /**\r
@@ -84,8 +79,7 @@ CoreAcquireLock (
 EFI_STATUS\r
 CoreAcquireLockOrFail (\r
   IN EFI_LOCK  *Lock\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -99,9 +93,8 @@ CoreAcquireLockOrFail (
 **/\r
 VOID\r
 CoreReleaseLock (\r
-  IN EFI_LOCK *Lock\r
-  )\r
-;\r
+  IN EFI_LOCK  *Lock\r
+  );\r
 \r
 //\r
 // Device Path functions\r
@@ -119,8 +112,7 @@ CoreReleaseLock (
 UINTN\r
 CoreDevicePathSize (\r
   IN EFI_DEVICE_PATH_PROTOCOL  *DevicePath\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -135,8 +127,7 @@ CoreDevicePathSize (
 BOOLEAN\r
 CoreIsDevicePathMultiInstance (\r
   IN EFI_DEVICE_PATH_PROTOCOL  *DevicePath\r
-  )\r
-;\r
+  );\r
 \r
 \r
 \r
@@ -152,8 +143,7 @@ CoreIsDevicePathMultiInstance (
 EFI_DEVICE_PATH_PROTOCOL *\r
 CoreDuplicateDevicePath (\r
   IN EFI_DEVICE_PATH_PROTOCOL   *DevicePath\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -171,8 +161,7 @@ EFI_DEVICE_PATH_PROTOCOL *
 CoreAppendDevicePath (\r
   IN EFI_DEVICE_PATH_PROTOCOL  *Src1,\r
   IN EFI_DEVICE_PATH_PROTOCOL  *Src2\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -186,8 +175,7 @@ CoreAppendDevicePath (
 VOID *\r
 CoreAllocateBootServicesPool (\r
   IN  UINTN   AllocationSize\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -201,8 +189,7 @@ CoreAllocateBootServicesPool (
 VOID *\r
 CoreAllocateZeroBootServicesPool (\r
   IN  UINTN   AllocationSize\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -219,9 +206,8 @@ CoreAllocateZeroBootServicesPool (
 EFI_STATUS\r
 CoreGetConfigTable (\r
   IN EFI_GUID *Guid,\r
-  IN OUT VOID **Table\r
-  )\r
-;\r
+  OUT VOID    **Table\r
+  );\r
 \r
 \r
 /**\r
@@ -238,8 +224,7 @@ VOID *
 CoreAllocateRuntimeCopyPool (\r
   IN  UINTN   AllocationSize,\r
   IN  VOID    *Buffer\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -253,8 +238,7 @@ CoreAllocateRuntimeCopyPool (
 VOID *\r
 CoreAllocateRuntimePool (\r
   IN  UINTN   AllocationSize\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -271,8 +255,7 @@ VOID *
 CoreAllocateCopyPool (\r
   IN  UINTN   AllocationSize,\r
   IN  VOID    *Buffer\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -299,7 +282,6 @@ CoreCreateProtocolNotifyEvent (
   IN VOID                 *NotifyContext,\r
   OUT VOID                **Registration,\r
   IN  BOOLEAN             SignalFlag\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r