TianoCore EDK2 master
Loading...
Searching...
No Matches
LoadImage.h File Reference

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
 

Detailed Description

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

Revision Reference:
This PPI is introduced in PI Version 1.0.

Definition in file LoadImage.h.

Macro Definition Documentation

◆ EFI_PEI_LOADED_IMAGE_PPI_GUID

#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 Documentation

◆ EFI_PEI_LOADED_IMAGE_PPI

Definition at line 19 of file LoadImage.h.