]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmVarCheck.h
MdeModulePkg/ResetSystemRuntimeDxe: Add platform filter and handler
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SmmVarCheck.h
CommitLineData
efb01a10
SZ
1/** @file\r
2 SMM variable check definitions, it reuses the interface definitions of variable check.\r
3\r
4 Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
5 This program and the accompanying materials\r
6 are licensed and made available under the terms and conditions of the BSD License\r
7 which accompanies this distribution. The full text of the license may be found at\r
8 http://opensource.org/licenses/bsd-license.php\r
9\r
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef __SMM_VAR_CHECK_H__\r
16#define __SMM_VAR_CHECK_H__\r
17\r
18#include <Protocol/VarCheck.h>\r
19\r
20#define EDKII_SMM_VAR_CHECK_PROTOCOL_GUID \\r
21 { \\r
22 0xb0d8f3c1, 0xb7de, 0x4c11, { 0xbc, 0x89, 0x2f, 0xb5, 0x62, 0xc8, 0xc4, 0x11 } \\r
23 };\r
24\r
25typedef struct _EDKII_SMM_VAR_CHECK_PROTOCOL EDKII_SMM_VAR_CHECK_PROTOCOL;\r
26\r
27struct _EDKII_SMM_VAR_CHECK_PROTOCOL {\r
28 EDKII_VAR_CHECK_REGISTER_SET_VARIABLE_CHECK_HANDLER SmmRegisterSetVariableCheckHandler;\r
29 EDKII_VAR_CHECK_VARIABLE_PROPERTY_SET SmmVariablePropertySet;\r
30 EDKII_VAR_CHECK_VARIABLE_PROPERTY_GET SmmVariablePropertyGet;\r
31};\r
32\r
33extern EFI_GUID gEdkiiSmmVarCheckProtocolGuid;\r
34\r
35#endif\r
36\r