X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFspWrapperPkg%2FFspInitPei%2FFspInitPei.h;h=fd4b707684049e31ad73466201f47859f75cea19;hp=5118cd04e362e66aa5560976fa6e65f1616e87d0;hb=d8043ce905a5832f911361ef30be28765afbdc6b;hpb=a33a2f62218e6e49a25d63474b7fe423d8ee4b71 diff --git a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h index 5118cd04e3..fd4b707684 100644 --- a/IntelFspWrapperPkg/FspInitPei/FspInitPei.h +++ b/IntelFspWrapperPkg/FspInitPei/FspInitPei.h @@ -1,7 +1,7 @@ /** @file This is PEIM header file. - Copyright (c) 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2014 - 2015, 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 @@ -32,7 +32,19 @@ #include #include +#include +#include extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc; +EFI_STATUS +PeiFspInitV1 ( + IN FSP_INFO_HEADER *FspHeader + ); + +EFI_STATUS +PeiFspInitV2 ( + IN FSP_INFO_HEADER *FspHeader + ); + #endif