TianoCore EDK2 master
|
Go to the source code of this file.
Data Structures | |
struct | _EFI_PEI_LOADED_IMAGE_PPI |
Macros | |
#define | EFI_PEI_LOADED_IMAGE_PPI_GUID { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } } |
Typedefs | |
typedef struct _EFI_PEI_LOADED_IMAGE_PPI | EFI_PEI_LOADED_IMAGE_PPI |
Variables | |
EFI_GUID | gEfiPeiLoadedImagePpiGuid |
The file describes the PPI which notifies other drivers of the PEIM being initialized by the PEI Dispatcher.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file LoadImage.h.
#define EFI_PEI_LOADED_IMAGE_PPI_GUID { 0xc1fcd448, 0x6300, 0x4458, { 0xb8, 0x64, 0x28, 0xdf, 0x1, 0x53, 0x64, 0xbc } } |
Definition at line 16 of file LoadImage.h.
typedef struct _EFI_PEI_LOADED_IMAGE_PPI EFI_PEI_LOADED_IMAGE_PPI |
Definition at line 19 of file LoadImage.h.