]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/Include/Library/PlatformFspLib.h
c3235afa90c04d1f867d66238b92a139e0312039
[mirror_edk2.git] / Vlv2TbltDevicePkg / Include / Library / PlatformFspLib.h
1 /*++
2
3 Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
4
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7
8
9 --*/
10
11 #ifndef _PLATFORM_FSP_LIB_H
12 #define _PLATFORM_FSP_LIB_H
13 #include <Base.h>
14 #include <Uefi.h>
15
16 extern
17 EFI_STATUS
18 PlatformHobCreateFromFsp (
19 IN CONST EFI_PEI_SERVICES **PeiServices,
20 VOID *HobList
21 );
22
23 #endif