]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmCpuState/SmmCpuState.h
Add in the 1st version of ECP.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / SmmCpuState / SmmCpuState.h
CommitLineData
3eb9473e 1/*++\r
2\r
3Copyright (c) 2005, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
7http://opensource.org/licenses/bsd-license.php\r
8\r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11\r
12\r
13Module Name:\r
14\r
15 SmmCpuState.h\r
16\r
17Abstract:\r
18\r
19 Protocol definition for EFI_SMM_CPU_SAVE_STATE protocol\r
20\r
21Revision History\r
22\r
23--*/\r
24\r
25#ifndef _SMMSAVESTATE_H_\r
26#define _SMMSAVESTATE_H_\r
27\r
28#include "CpuSaveState.h"\r
29\r
30//\r
31// Global ID for the Sx SMI Protocol\r
32//\r
33// {21F302AD-6E94-471b-84BC-B14800403A1D}\r
34#define EFI_SMM_CPU_SAVE_STATE_PROTOCOL_GUID \\r
35 { 0x21f302ad, 0x6e94, 0x471b, 0x84, 0xbc, 0xb1, 0x48, 0x0, 0x40, 0x3a, 0x1d }\r
36\r
37typedef struct _EFI_SMM_CPU_SAVE_STATE_PROTOCOL {\r
38 EFI_SMM_CPU_STATE **CpuSaveState;\r
39} EFI_SMM_CPU_SAVE_STATE_PROTOCOL;\r
40\r
41extern EFI_GUID gEfiSmmCpuSaveStateProtocolGuid;\r
42\r
43#endif // _SMMSAVESTATE_H_