|
XenevaOS
|
#include <PiPeiCis.h>

Public Attributes | |
| UINTN | Flags |
| EFI_GUID * | Guid |
| EFI_PEIM_NOTIFY_ENTRY_POINT | Notify |
The data structure in a given PEIM that tells the PEI Foundation where to invoke the notification service.
| UINTN _EFI_PEI_NOTIFY_DESCRIPTOR::Flags |
Details if the type of notification are callback or dispatch.
| EFI_GUID* _EFI_PEI_NOTIFY_DESCRIPTOR::Guid |
The address of the EFI_GUID that names the interface.
| EFI_PEIM_NOTIFY_ENTRY_POINT _EFI_PEI_NOTIFY_DESCRIPTOR::Notify |
Address of the notification callback function itself within the PEIM.