diff options
Diffstat (limited to 'MdePkg/Include/Protocol/SmmCommunication.h')
-rw-r--r-- | MdePkg/Include/Protocol/SmmCommunication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/SmmCommunication.h b/MdePkg/Include/Protocol/SmmCommunication.h index f2cbecf9c8..018aba757f 100644 --- a/MdePkg/Include/Protocol/SmmCommunication.h +++ b/MdePkg/Include/Protocol/SmmCommunication.h @@ -59,7 +59,7 @@ typedef struct _EFI_SMM_COMMUNICATION_PROTOCOL EFI_SMM_COMMUNICATION_PROTOCOL; **/
typedef
EFI_STATUS
-(EFIAPI *EFI_SMM_COMMUNICATE)(
+(EFIAPI *EFI_SMM_COMMUNICATE2)(
IN CONST EFI_SMM_COMMUNICATION_PROTOCOL *This,
IN OUT VOID *CommBuffer,
IN OUT UINTN *CommSize
@@ -70,7 +70,7 @@ EFI_STATUS /// between DXE drivers and a registered SMI handler.
///
struct _EFI_SMM_COMMUNICATION_PROTOCOL {
- EFI_SMM_COMMUNICATE Communicate;
+ EFI_SMM_COMMUNICATE2 Communicate;
};
extern EFI_GUID gEfiSmmCommunicationProtocolGuid;
|