]> git.proxmox.com Git - mirror_edk2.git/commitdiff
removed ICC compile issue.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Apr 2007 07:10:28 +0000 (07:10 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Apr 2007 07:10:28 +0000 (07:10 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2553 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Universal/Capsule/RuntimeDxe/CapsuleService.c
EdkModulePkg/Universal/Capsule/RuntimeDxe/CapsuleService.h

index 0e7a9d496ee2c95dea8f5a73ed6f7b8e18dfdfee..2153b2089665442a51523d3f8a134e436721939f 100644 (file)
@@ -21,8 +21,6 @@ Abstract:
 \r
 #include "CapsuleService.h"\r
 \r
 \r
 #include "CapsuleService.h"\r
 \r
-extern EFI_GUID gEfiCapsuleGuid;\r
-\r
 EFI_STATUS\r
 EFIAPI\r
 UpdateCapsule (\r
 EFI_STATUS\r
 EFIAPI\r
 UpdateCapsule (\r
index c5ff6c79c48a6bf73d1d02dbb8f248fa01734421..c57fe5172e7a0ce1e608709d7d230344b09e19cf 100644 (file)
@@ -1,13 +1,13 @@
 /*++\r
 \r
 /*++\r
 \r
-Copyright (c) 2006, 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, 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
 \r
 Module Name:\r
 \r
 \r
 Module Name:\r
 \r
@@ -24,12 +24,12 @@ Abstract:
 \r
 #include <Common/CapsuleName.h>\r
 \r
 \r
 #include <Common/CapsuleName.h>\r
 \r
-\r
+extern EFI_GUID gEfiCapsuleGuid;\r
 \r
 EFI_STATUS\r
 EFIAPI\r
 UpdateCapsule(\r
 \r
 EFI_STATUS\r
 EFIAPI\r
 UpdateCapsule(\r
-  IN UEFI_CAPSULE_HEADER     **CapsuleHeaderArray,\r
+  IN UEFI_CAPSULE_HEADER    **CapsuleHeaderArray,\r
   IN UINTN                   CapsuleCount,\r
   IN EFI_PHYSICAL_ADDRESS    ScatterGatherList OPTIONAL\r
   );\r
   IN UINTN                   CapsuleCount,\r
   IN EFI_PHYSICAL_ADDRESS    ScatterGatherList OPTIONAL\r
   );\r