]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPrivate.h
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / UefiCpuPkg / PiSmmCommunication / PiSmmCommunicationPrivate.h
CommitLineData
b3dc26ed
MK
1/** @file\r
2PiSmmCommunication private data structure\r
3\r
4Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _SMM_COMMUNICATION_PRIVATE_H_\r
16#define _SMM_COMMUNICATION_PRIVATE_H_\r
17\r
18#pragma pack(push, 1)\r
19\r
20#define SMM_COMMUNICATION_SIGNATURE SIGNATURE_32 ('S','M','M','C')\r
21\r
22typedef struct {\r
23 UINT32 Signature;\r
24 UINT32 SwSmiNumber;\r
25 EFI_PHYSICAL_ADDRESS BufferPtrAddress;\r
26} EFI_SMM_COMMUNICATION_CONTEXT;\r
27\r
28#pragma pack(pop)\r
29\r
30#endif\r