X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FPiPei.h;h=6948914180afe607c753ab2d79dddec644a3a960;hb=41335d22448da9019e95a76bb8e8f10f231222e0;hp=7124432e68281dfdeade4e3d7518bd1a8db09fbc;hpb=8fe48751743be69d747b1e18c9be09a94f614302;p=mirror_edk2.git diff --git a/MdePkg/Include/PiPei.h b/MdePkg/Include/PiPei.h index 7124432e68..6948914180 100644 --- a/MdePkg/Include/PiPei.h +++ b/MdePkg/Include/PiPei.h @@ -6,7 +6,7 @@ modules only use types defined via this include file and can be ported easily to any environment. -Copyright (c) 2006 - 2007, Intel Corporation +Copyright (c) 2006 - 2009, Intel Corporation All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -22,18 +22,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include #include -#include - -// -// BUGBUG: The EFI_PEI_STARTUP_DESCRIPTOR definition does not follows PI specification. -// After enabling PI for Nt32Pkg and tools generate correct autogen for PEI_CORE, -// the following structure should be removed at once. -// -typedef struct { - UINTN BootFirmwareVolume; - UINTN SizeOfCacheAsRam; - EFI_PEI_PPI_DESCRIPTOR *DispatchTable; -} EFI_PEI_STARTUP_DESCRIPTOR; #endif