]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeCoffLib.h
Remove comments about in-consistency between code and UEFI/PI spec because UEFI 2...
[mirror_edk2.git] / MdePkg / Include / Library / PeCoffLib.h
index 3c7c41cfaa07e76c1026b6c438f1a23b036a1f73..fabce4b122842375f03da3f3edca49e8c93fe647 100644 (file)
@@ -5,7 +5,8 @@
   IA-32, x86, IPF, and EBC processor types. The library functions are memory-based \r
   and can be ported easily to any environment.\r
   \r
-Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2008, Intel Corporation<BR>       \r
+Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<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
@@ -191,6 +192,10 @@ typedef struct {
   /// otherwise, the entry remains to be 0.\r
   ///\r
   PHYSICAL_ADDRESS                  HiiResourceData;\r
+  ///\r
+  /// Private storage for implementation specific data. \r
+  ///\r
+  UINT64                            Context;      \r
 } PE_COFF_LOADER_IMAGE_CONTEXT;\r
 \r
 /**\r