TianoCore EDK2 master
Loading...
Searching...
No Matches
StatusCode.h
Go to the documentation of this file.
1
13#ifndef __STATUS_CODE_PPI_H__
14#define __STATUS_CODE_PPI_H__
15
16#define EFI_PEI_REPORT_PROGRESS_CODE_PPI_GUID \
17 { 0x229832d3, 0x7a30, 0x4b36, {0xb8, 0x27, 0xf4, 0xc, 0xb7, 0xd4, 0x54, 0x36 } }
18
19//
20// EFI_PEI_PROGRESS_CODE_PPI.ReportStatusCode() is equivalent to the
21// PEI Service ReportStatusCode().
22// It is introduced in PIPeiCis.h.
23//
24
29typedef struct {
32
33extern EFI_GUID gEfiPeiStatusCodePpiGuid;
34
35#endif
EFI_STATUS EFIAPI ReportStatusCode(IN EFI_STATUS_CODE_TYPE Type, IN EFI_STATUS_CODE_VALUE Value)
EFI_STATUS(EFIAPI * EFI_PEI_REPORT_STATUS_CODE)(IN CONST EFI_PEI_SERVICES **PeiServices, IN EFI_STATUS_CODE_TYPE Type, IN EFI_STATUS_CODE_VALUE Value, IN UINT32 Instance, IN CONST EFI_GUID *CallerId OPTIONAL, IN CONST EFI_STATUS_CODE_DATA *Data OPTIONAL)
Definition: PiPeiCis.h:577
Definition: Base.h:213