]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/SmmCommunicate.h
Move EFI_SMM_COMMUNICATE_HEADER into SmmBase.h because this structure is really assoc...
[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
3 functions\r
4\r
ee896758 5 Copyright (c) 2007 - 2009, Intel Corporation\r
79964ac8 6 All rights reserved. This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
79964ac8 14 @par Revision Reference:\r
15 GUIDs defined in SmmCis spec version 0.9\r
16\r
17**/\r
18\r
19#ifndef _SMM_COMMUNICATE_GUID_H_\r
20#define _SMM_COMMUNICATE_GUID_H_\r
21\r
ee896758 22///\r
23/// Inconsistent with specification here: \r
24/// GUID definition format has been changed, because the GUID format in Framework spec is incorrect.\r
25///\r
79964ac8 26#define SMM_COMMUNICATE_HEADER_GUID \\r
27 { \\r
28 0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \\r
29 }\r
30\r
79964ac8 31extern EFI_GUID gSmmCommunicateHeaderGuid;\r
32\r
33#endif\r