diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-31 01:39:20 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-31 01:39:20 +0000 |
commit | ca3ad58bfa2284f0dc98ec904423e83874a90f52 (patch) | |
tree | 3364593eac0b30da55804c13a990e0b85842dfa7 /EmbeddedPkg/Include/Protocol/PeCoffLoader.h | |
parent | 3370d33e8d95ecc964847e102d711abb09d8bcbe (diff) | |
download | edk2-platforms-ca3ad58bfa2284f0dc98ec904423e83874a90f52.tar.xz |
Updated to support passing PE/COFF and LZMA decompress up via HOBS. Currently turned off.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9887 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Include/Protocol/PeCoffLoader.h')
-rwxr-xr-x | EmbeddedPkg/Include/Protocol/PeCoffLoader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EmbeddedPkg/Include/Protocol/PeCoffLoader.h b/EmbeddedPkg/Include/Protocol/PeCoffLoader.h index d6b4c03bd8..aa600122ed 100755 --- a/EmbeddedPkg/Include/Protocol/PeCoffLoader.h +++ b/EmbeddedPkg/Include/Protocol/PeCoffLoader.h @@ -15,6 +15,9 @@ #ifndef __PE_COFF_LOADER_H__
#define __PE_COFF_LOADER_H__
+// Needed for PE_COFF_LOADER_IMAGE_CONTEXT
+#include <Library/PeCoffLib.h>
+
// B323179B-97FB-477E-B0FE-D88591FA11AB
#define PE_COFF_LOADER_PROTOCOL_GUID \
{ 0xB323179B, 0x97FB, 0x477E, { 0xB0, 0xFE, 0xD8, 0x85, 0x91, 0xFA, 0x11, 0xAB } }
|