]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmCommunication.h
MdePkg FirmwareManagement.h: Fix typo EFI_SECURITY_VIOLATIO
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmCommunication.h
CommitLineData
709f55c0 1/** @file\r
2 EFI SMM Communication Protocol as defined in the PI 1.2 specification.\r
3\r
4 This protocol provides a means of communicating between drivers outside of SMM and SMI \r
5 handlers inside of SMM. \r
6\r
b3eac2d6 7 Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
9df063a0 8 This program and the accompanying materials \r
709f55c0 9 are licensed and made available under the terms and conditions of the BSD License \r
10 which accompanies this distribution. The full text of the license may be found at \r
11 http://opensource.org/licenses/bsd-license.php \r
12\r
13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
15\r
16**/\r
17\r
18#ifndef _SMM_COMMUNICATION_H_\r
19#define _SMM_COMMUNICATION_H_\r
20\r
2f208e59 21#include <Protocol/MmCommunication.h>\r
b3eac2d6 22\r
b3eac2d6 23\r
2f208e59 24typedef EFI_MM_COMMUNICATE_HEADER EFI_SMM_COMMUNICATE_HEADER;\r
96aace82 25\r
2f208e59 26#define EFI_SMM_COMMUNICATION_PROTOCOL_GUID EFI_MM_COMMUNICATION_PROTOCOL_GUID\r
709f55c0 27\r
2f208e59 28typedef EFI_MM_COMMUNICATION_PROTOCOL EFI_SMM_COMMUNICATION_PROTOCOL;\r
709f55c0 29\r
30extern EFI_GUID gEfiSmmCommunicationProtocolGuid;\r
31\r
32#endif\r
33\r