]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PeCoffLib.h
Add a private context field to PE_COFF_LOADER_IMAGE_CONTEXT.
[mirror_edk2.git] / MdePkg / Include / Library / PeCoffLib.h
index 3c7c41cfaa07e76c1026b6c438f1a23b036a1f73..76b29911f21216d299367fc9dc4de89e9df45b21 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.<BR>
 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
+  ///
+  /// Private storage for implementation specific data. 
+  ///
+  UINT64                            Context;      
 } PE_COFF_LOADER_IMAGE_CONTEXT;\r
 \r
 /**\r