]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/DebugImageInfo.h
Update to fix minor coding style issues.
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / DebugImageInfo.h
index 26a5bb185c631b631a2b8369d8a216746b5fba73..5b26ab51c8c5b893c5cd68f0359e49951bf03db6 100644 (file)
@@ -1,16 +1,15 @@
-/** @file \r
-\r
+/** @file\r
   Support functions for managing debug image info table when loading and unloading\r
   images.\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
@@ -37,8 +36,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 VOID\r
 CoreInitializeDebugImageInfoTable (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -52,8 +50,7 @@ CoreInitializeDebugImageInfoTable (
 VOID\r
 CoreUpdateDebugTableCrc32 (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -68,11 +65,10 @@ CoreUpdateDebugTableCrc32 (
 **/\r
 VOID\r
 CoreNewDebugImageInfoEntry (\r
-  UINT32                    ImageInfoType,\r
-  EFI_LOADED_IMAGE_PROTOCOL *LoadedImage,\r
-  EFI_HANDLE                ImageHandle\r
-  )\r
-;\r
+  IN  UINT32                      ImageInfoType,\r
+  IN  EFI_LOADED_IMAGE_PROTOCOL   *LoadedImage,\r
+  IN  EFI_HANDLE                  ImageHandle\r
+  );\r
 \r
 \r
 /**\r
@@ -84,7 +80,6 @@ CoreNewDebugImageInfoEntry (
 VOID\r
 CoreRemoveDebugImageInfoEntry (\r
   EFI_HANDLE ImageHandle\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r