]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmCpuState/SmmCpuState.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / SmmCpuState / SmmCpuState.h
CommitLineData
3eb9473e 1/*++\r
2\r
f57387d5
HT
3Copyright (c) 2005, Intel Corporation. All rights reserved.<BR>\r
4This program and the accompanying materials\r
3eb9473e 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
7ccf38a3 35 { 0x21f302ad, 0x6e94, 0x471b, {0x84, 0xbc, 0xb1, 0x48, 0x0, 0x40, 0x3a, 0x1d} }\r
3eb9473e 36\r
b066b6e9 37typedef struct _EFI_SMM_CPU_SAVE_STATE_PROTOCOL EFI_SMM_CPU_SAVE_STATE_PROTOCOL;\r
38\r
5d46191d 39struct _EFI_SMM_CPU_SAVE_STATE_PROTOCOL {\r
3eb9473e 40 EFI_SMM_CPU_STATE **CpuSaveState;\r
5d46191d 41};\r
3eb9473e 42\r
43extern EFI_GUID gEfiSmmCpuSaveStateProtocolGuid;\r
44\r
7ccf38a3 45#endif // _SMMSAVESTATE_H_\r