summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 09:18:19 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-03 09:18:19 +0000
commit2906cfa81c7afdbbc3dcbda18ff01b08bc620d18 (patch)
tree017c875f9c2de0c24230f8d502a86bfeeda45618
parentb88a34825738f0bde51499eac818e0fe3b65d3c6 (diff)
downloadedk2-2906cfa81c7afdbbc3dcbda18ff01b08bc620d18.zip
edk2-2906cfa81c7afdbbc3dcbda18ff01b08bc620d18.tar.gz
edk2-2906cfa81c7afdbbc3dcbda18ff01b08bc620d18.tar.bz2
Porting SecMain module for Nt32Pkg, but not enable PI, so it currently dependent on IntelFrameworkPkg temporary.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2/IntelFrameworkPkg@2998 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Include/FrameworkPei.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Include/FrameworkPei.h b/Include/FrameworkPei.h
index 0f630da..7f61e81 100644
--- a/Include/FrameworkPei.h
+++ b/Include/FrameworkPei.h
@@ -21,6 +21,13 @@
#define _FRAMEWORK_PEI_H_
#include <PiPei.h>
+
+typedef struct {
+ UINTN BootFirmwareVolume;
+ UINTN SizeOfCacheAsRam;
+ EFI_PEI_PPI_DESCRIPTOR *DispatchTable;
+} EFI_PEI_STARTUP_DESCRIPTOR;
+
#include <Common/FrameworkFirmwareFileSystem.h>
#include <Common/FrameworkHob.h>
#include <Common/FrameworkLegacy16.h>