]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Guid/PeiTransferControl/PeiTransferControl.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Guid / PeiTransferControl / PeiTransferControl.h
index 0ed5a0d7a85ee7cfcb58c59bc1f8dd6bb5aaf622..c502f0e93b2d3f7dca6231286e67dee47f179298 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -23,7 +23,7 @@ Abstract:
 #define _PEI_TRANSFER_CONTROL_H_\r
 \r
 #define EFI_PEI_TRANSFER_CONTROL_GUID  \\r
-  { 0xd8117d02, 0x94a6, 0x11d4, 0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d }\r
+  { 0xd8117d02, 0x94a6, 0x11d4, {0x9a, 0x3a, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} }\r
 \r
 \r
 EFI_FORWARD_DECLARATION (EFI_PEI_TRANSFER_CONTROL_PROTOCOL);\r
@@ -42,11 +42,11 @@ EFI_STATUS
   IN VOID                                       *Context\r
   );\r
 \r
-typedef struct _EFI_PEI_TRANSFER_CONTROL_PROTOCOL {\r
-  EFI_PEI_TRANSFER_CONTROL_LONG_JUMP   SetJump;\r
+struct _EFI_PEI_TRANSFER_CONTROL_PROTOCOL {\r
+  EFI_PEI_TRANSFER_CONTROL_SET_JUMP    SetJump;\r
   EFI_PEI_TRANSFER_CONTROL_LONG_JUMP   LongJump;\r
   UINT32                               JumpContextSize;\r
-} EFI_PEI_TRANSFER_CONTROL_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiPeiTransferControlGuid;\r
 \r