X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFrameworkPei.h;h=d7ce8e22d336bd43179fc33bf9055cd6fc45a0de;hp=7f61e8147504cbfafbd86fa9520119e4c8f413d5;hb=ce9b1e3ae0bdcf8f926ea5132f0bd34e7d384973;hpb=2e19fd0ff606c65ad506d096ba7c02fe8291ab6e diff --git a/IntelFrameworkPkg/Include/FrameworkPei.h b/IntelFrameworkPkg/Include/FrameworkPei.h index 7f61e81475..d7ce8e22d3 100644 --- a/IntelFrameworkPkg/Include/FrameworkPei.h +++ b/IntelFrameworkPkg/Include/FrameworkPei.h @@ -13,8 +13,6 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - Module Name: FrameworkPei.h - **/ #ifndef _FRAMEWORK_PEI_H_ @@ -22,17 +20,11 @@ #include -typedef struct { - UINTN BootFirmwareVolume; - UINTN SizeOfCacheAsRam; - EFI_PEI_PPI_DESCRIPTOR *DispatchTable; -} EFI_PEI_STARTUP_DESCRIPTOR; - -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #endif