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