diff options
Diffstat (limited to 'roms/edk2/EmulatorPkg/Include/Library/PpiListLib.h')
-rw-r--r-- | roms/edk2/EmulatorPkg/Include/Library/PpiListLib.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/edk2/EmulatorPkg/Include/Library/PpiListLib.h b/roms/edk2/EmulatorPkg/Include/Library/PpiListLib.h new file mode 100644 index 000000000..a531328f9 --- /dev/null +++ b/roms/edk2/EmulatorPkg/Include/Library/PpiListLib.h @@ -0,0 +1,15 @@ +/*++ @file
+
+Copyright (c) 2011, Apple Inc. All rights reserved.<BR>
+SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#ifndef __PPI_LIST_LIB_H__
+#define __PPI_LIST_LIB_H__
+
+
+extern CONST EFI_PEI_PPI_DESCRIPTOR *gPpiList;
+
+
+#endif
|