]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/x64/Processor.c
1) Cleanup for GCC and ICC tool-chain.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / x64 / Processor.c
index 63cf8486c09b86e750f9aecdd0c5af0e5d03b417..bc6ef0070d8933cae6a80d7255184b55c838833a 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright 2005, Intel Corporation                                                         \r
+Copyright 2005 - 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
@@ -30,14 +30,14 @@ EFI_STATUS
 EFIAPI\r
 TransferControlSetJump (\r
   IN EFI_PEI_TRANSFER_CONTROL_PROTOCOL  *This,\r
-  IN EFI_JUMP_BUFFER                    *Jump\r
+  IN VOID                                          *Jump\r
   );\r
 \r
 EFI_STATUS\r
 EFIAPI\r
 TransferControlLongJump (\r
   IN EFI_PEI_TRANSFER_CONTROL_PROTOCOL  *This,\r
-  IN EFI_JUMP_BUFFER                    *Jump\r
+  IN VOID                                          *Jump\r
   );\r
 \r
 EFI_STATUS\r