]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Include/Protocol/SmmVarCheck.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
9d510e61 5 SPDX-License-Identifier: BSD-2-Clause-Patent\r
efb01a10
SZ
6\r
7**/\r
8\r
9#ifndef __SMM_VAR_CHECK_H__\r
10#define __SMM_VAR_CHECK_H__\r
11\r
12#include <Protocol/VarCheck.h>\r
13\r
14#define EDKII_SMM_VAR_CHECK_PROTOCOL_GUID \\r
15 { \\r
16 0xb0d8f3c1, 0xb7de, 0x4c11, { 0xbc, 0x89, 0x2f, 0xb5, 0x62, 0xc8, 0xc4, 0x11 } \\r
17 };\r
18\r
19typedef struct _EDKII_SMM_VAR_CHECK_PROTOCOL EDKII_SMM_VAR_CHECK_PROTOCOL;\r
20\r
21struct _EDKII_SMM_VAR_CHECK_PROTOCOL {\r
22 EDKII_VAR_CHECK_REGISTER_SET_VARIABLE_CHECK_HANDLER SmmRegisterSetVariableCheckHandler;\r
23 EDKII_VAR_CHECK_VARIABLE_PROPERTY_SET SmmVariablePropertySet;\r
24 EDKII_VAR_CHECK_VARIABLE_PROPERTY_GET SmmVariablePropertyGet;\r
25};\r
26\r
27extern EFI_GUID gEdkiiSmmVarCheckProtocolGuid;\r
28\r
29#endif\r
30\r