TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_PEI_PPI_DESCRIPTOR Struct Reference

#include <MdePkg/Include/Pi/PiPeiCis.h>

Data Fields

UINTN Flags
 
EFI_GUIDGuid
 
VOID * Ppi
 

Detailed Description

The data structure through which a PEIM describes available services to the PEI Foundation.

Definition at line 90 of file PiPeiCis.h.

Field Documentation

◆ Flags

UINTN EFI_PEI_PPI_DESCRIPTOR::Flags

This field is a set of flags describing the characteristics of this imported table entry. All flags are defined as EFI_PEI_PPI_DESCRIPTOR_***, which can also be combined into one.

Definition at line 95 of file PiPeiCis.h.

◆ Guid

EFI_GUID* EFI_PEI_PPI_DESCRIPTOR::Guid

The address of the EFI_GUID that names the interface.

Definition at line 99 of file PiPeiCis.h.

◆ Ppi

VOID* EFI_PEI_PPI_DESCRIPTOR::Ppi

A pointer to the PPI. It contains the information necessary to install a service.

Definition at line 103 of file PiPeiCis.h.


The documentation for this struct was generated from the following file: