TianoCore EDK2 master
Loading...
Searching...
No Matches
MmCommunication.h
Go to the documentation of this file.
1
14#ifndef MM_COMMUNICATION_PPI_H_
15#define MM_COMMUNICATION_PPI_H_
16
17#define EFI_PEI_MM_COMMUNICATION_PPI_GUID \
18 { \
19 0xae933e1c, 0xcc47, 0x4e38, { 0x8f, 0xe, 0xe2, 0xf6, 0x1d, 0x26, 0x5, 0xdf } \
20 }
21
23
53typedef
57 IN OUT VOID *CommBuffer,
58 IN OUT UINTN *CommSize
59 );
60
66 EFI_PEI_MM_COMMUNICATE Communicate;
67};
68
69extern EFI_GUID gEfiPeiMmCommunicationPpiGuid;
70
71#endif
UINT64 UINTN
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
EFI_STATUS(EFIAPI * EFI_PEI_MM_COMMUNICATE)(IN CONST EFI_PEI_MM_COMMUNICATION_PPI *This, IN OUT VOID *CommBuffer, IN OUT UINTN *CommSize)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
Definition: Base.h:213