summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Include/Library/ThunkPpiList.h
blob: 011565850d974982104a07e418eaa086024a8aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/** @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
  );