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