]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Include/Library/ThunkPpiList.h
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Include / Library / ThunkPpiList.h
CommitLineData
949f388f 1/** @file\r
2 All 3rd parties to register the PPIs passed into PEI Core\r
3\r
4 Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>\r
d18d8a1d 5\r
e3ba31da 6 SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 7\r
8**/\r
9\r
10#include <PiPei.h>\r
11\r
12\r
13EFI_PEI_PPI_DESCRIPTOR *\r
14GetThunkPpiList (\r
15 VOID\r
16 );\r
17\r
18\r
19EFI_STATUS\r
20EFIAPI\r
21AddThunkPpi (\r
22 IN UINTN Flags,\r
23 IN EFI_GUID *Guid,\r
24 IN VOID *Ppi\r
25 );\r
26\r
27\r