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

#include <MdeModulePkg/Core/Pei/PeiMain.h>

Data Fields

PEI_PPI_LIST PpiList
 
PEI_CALLBACK_NOTIFY_LIST CallbackNotifyList
 
PEI_DISPATCH_NOTIFY_LIST DispatchNotifyList
 

Detailed Description

PPI database structure which contains three links: PpiList, CallbackNotifyList and DispatchNotifyList.

Definition at line 110 of file PeiMain.h.

Field Documentation

◆ CallbackNotifyList

PEI_CALLBACK_NOTIFY_LIST PEI_PPI_DATABASE::CallbackNotifyList

Notify List at dispatch level.

Definition at line 118 of file PeiMain.h.

◆ DispatchNotifyList

PEI_DISPATCH_NOTIFY_LIST PEI_PPI_DATABASE::DispatchNotifyList

Notify List at callback level.

Definition at line 122 of file PeiMain.h.

◆ PpiList

PEI_PPI_LIST PEI_PPI_DATABASE::PpiList

PPI List.

Definition at line 114 of file PeiMain.h.


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