summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Include/Library/ThunkPpiList.h
blob: d33ae6db8c2f8458e8e52d96cdfa361e6b779f3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/** @file
  All 3rd parties to register the PPIs passed into PEI Core

  Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>

  SPDX-License-Identifier: BSD-2-Clause-Patent

**/

#include <PiPei.h>


EFI_PEI_PPI_DESCRIPTOR *
GetThunkPpiList (
  VOID
  );


EFI_STATUS
EFIAPI
AddThunkPpi (
  IN  UINTN     Flags,
  IN  EFI_GUID  *Guid,
  IN  VOID      *Ppi
  );