summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/Include/Library/ThunkPpiList.h
diff options
context:
space:
mode:
Diffstat (limited to 'EmulatorPkg/Include/Library/ThunkPpiList.h')
-rw-r--r--EmulatorPkg/Include/Library/ThunkPpiList.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/EmulatorPkg/Include/Library/ThunkPpiList.h b/EmulatorPkg/Include/Library/ThunkPpiList.h
index d33ae6db8c..011565850d 100644
--- a/EmulatorPkg/Include/Library/ThunkPpiList.h
+++ b/EmulatorPkg/Include/Library/ThunkPpiList.h
@@ -9,13 +9,11 @@
#include <PiPei.h>
-
EFI_PEI_PPI_DESCRIPTOR *
GetThunkPpiList (
VOID
);
-
EFI_STATUS
EFIAPI
AddThunkPpi (
@@ -23,5 +21,3 @@ AddThunkPpi (
IN EFI_GUID *Guid,
IN VOID *Ppi
);
-
-