]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkPkg/Include/Guid/SmmCommunicate.h
Incorporated the bug fix in unicode file parse
[mirror_edk2.git] / IntelFrameworkPkg / Include / Guid / SmmCommunicate.h
... / ...
CommitLineData
1/** @file\r
2 Definitions EFI_SMM_COMMUNICATE_HEADER used by EFI_SMM_BASE_PROTOCOL.Communicate()\r
3 functions\r
4\r
5 Copyright (c) 2007, Intel Corporation\r
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
14 Module Name: SmmCommunicate.h\r
15\r
16 @par Revision Reference:\r
17 GUIDs defined in SmmCis spec version 0.9\r
18\r
19**/\r
20\r
21#ifndef _SMM_COMMUNICATE_GUID_H_\r
22#define _SMM_COMMUNICATE_GUID_H_\r
23\r
24#include <PiPei.h>\r
25\r
26//******************************************************\r
27// EFI_SMM_COMMUNICATE_HEADER\r
28//******************************************************\r
29#define SMM_COMMUNICATE_HEADER_GUID \\r
30 { \\r
31 0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \\r
32 }\r
33\r
34typedef struct {\r
35 EFI_GUID HeaderGuid;\r
36 UINTN MessageLength;\r
37 UINT8 Data[1];\r
38} EFI_SMM_COMMUNICATE_HEADER;\r
39\r
40extern EFI_GUID gSmmCommunicateHeaderGuid;\r
41\r
42#endif\r