]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/SmmCommunicate.h
IntelFrameworkPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / SmmCommunicate.h
CommitLineData
79964ac8 1/** @file\r
2 Definitions EFI_SMM_COMMUNICATE_HEADER used by EFI_SMM_BASE_PROTOCOL.Communicate()\r
f22f941e 3 functions.\r
79964ac8 4\r
1c2f052d 5Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
22a69a5e 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
79964ac8 7\r
79964ac8 8 @par Revision Reference:\r
f22f941e 9 GUIDs defined in SmmCis spec version 0.9.\r
79964ac8 10\r
11**/\r
12\r
13#ifndef _SMM_COMMUNICATE_GUID_H_\r
14#define _SMM_COMMUNICATE_GUID_H_\r
15\r
ee896758 16///\r
1c2f052d 17/// Inconsistent with specification here:\r
f22f941e 18/// GUID definition format has been changed, because the GUID format in the Framework specification is incorrect.\r
ee896758 19///\r
79964ac8 20#define SMM_COMMUNICATE_HEADER_GUID \\r
21 { \\r
22 0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \\r
23 }\r
24\r
79964ac8 25extern EFI_GUID gSmmCommunicateHeaderGuid;\r
26\r
27#endif\r