]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkPkg/Include/Guid/SmmCommunicate.h
Initial directory structure of IntelFrameworkPkg.
[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
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//******************************************************\r
25// EFI_SMM_COMMUNICATE_HEADER\r
26//******************************************************\r
27#define SMM_COMMUNICATE_HEADER_GUID \\r
28 { \\r
29 0xf328e36c, 0x23b6, 0x4a95, {0x85, 0x4b, 0x32, 0xe1, 0x95, 0x34, 0xcd, 0x75 } \\r
30 }\r
31\r
32typedef struct {\r
33 EFI_GUID HeaderGuid;\r
34 UINTN MessageLength;\r
35 UINT8 Data[1];\r
36} EFI_SMM_COMMUNICATE_HEADER;\r
37\r
38extern EFI_GUID gSmmCommunicateHeaderGuid;\r
39\r
40#endif\r